An interpreter for brainfuck, and a compiler from a minimal C-like language to brainfuck.
Go to file
miggazElquez c97caeee7e Remove stdlib.py 2019-09-23 17:00:38 +02:00
.gitignore First commit 2019-09-01 23:26:06 +02:00
brainfuck.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
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