Mindf+ 01-18-2013, 04:21 AM
#1
Awhile back I learned Brainfuck, a simple programming language using the following syntax:
+ increment value
- decrement value
> shift right
< shift left
[ jump to ] if value is 0
] jump to [ if value is not 0
well, I made a few changes (rather not like to retype them) to the language that I think might help. I also wrote a compiler (used to ONLY be runtime interpreted) that you can use. Here is the link to the github page: Mindf+
Tell me what you all think!
+ increment value
- decrement value
> shift right
< shift left
[ jump to ] if value is 0
] jump to [ if value is not 0
well, I made a few changes (rather not like to retype them) to the language that I think might help. I also wrote a compiler (used to ONLY be runtime interpreted) that you can use. Here is the link to the github page: Mindf+
Tell me what you all think!