A Concurrent Brainfuck Dialect.
op | Function |
---|---|
+ | Add one to current cell |
- | Subtract one from current cell |
> | Move right one cell |
< | Move left one cell |
[ | Enter loop if cell is not zero |
] | Continue loop untill current cell is zero |
{ | Start new thread |
} | Stops current thread |
! | Toggle atomic operations. Default: off |
. | Print value of current cell |
, | Read integer into current cell |
go get vallon.me/sansan/cmd/sansan
sansan filename.san