A language that ports: examining the limits of compilation.
Operator | Description |
---|---|
< | Move the pointer one cell to the left. |
> | Move the pointer one cell to the right. |
+ | Increment the current cell by 1. |
- | Decrement the current cell by 1. |
[ | Begin a loop while the cell at the pointer is not zero. |
] | Mark the ending of a loop body. |
, | Make the current cell equal to the next byte of input. |
. | Output the current cell as a byte. |