An interpreter for brainfuck, and a compiler from a minimal C-like language to brainfuck.
Go to file
miggazElquez 84f23ac729 Fix bug in brainfuck.py (The `-i` option wasn't effective) 2020-01-06 23:55:06 +01:00
.gitignore First commit 2019-09-01 23:26:06 +02:00
brainfuck.py Fix bug in brainfuck.py (The `-i` option wasn't effective) 2020-01-06 23:55:06 +01:00
grammar.ebnf add bf functions, import statement and stdlib (and remove some opcodes). Also fix some bugs in op 2019-09-23 17:00:03 +02:00
op.bf add bf functions, import statement and stdlib (and remove some opcodes). Also fix some bugs in op 2019-09-23 17:00:03 +02:00
stdlib.mg add bf functions, import statement and stdlib (and remove some opcodes). Also fix some bugs in op 2019-09-23 17:00:03 +02:00
to_bf_compiler.py add bf functions, import statement and stdlib (and remove some opcodes). Also fix some bugs in op 2019-09-23 17:00:03 +02:00