An interpreter for brainfuck, and a compiler from a minimal C-like language to brainfuck.
Go to file
miggazElquez 287a2a066a add functions and some operators 2 2019-09-05 21:00:08 +02:00
.gitignore First commit 2019-09-01 23:26:06 +02:00
brainfuck.py add functions and some operators 2 2019-09-05 21:00:08 +02:00
grammar.ebnf add functions and some operators 2 2019-09-05 21:00:08 +02:00
op.bf add functions, and somes operators 2019-09-05 20:49:12 +02:00
to_bf_compiler.py add functions and some operators 2 2019-09-05 21:00:08 +02:00