An interpreter for brainfuck, and a compiler from a minimal C-like language to brainfuck.
Find a file
2019-09-23 17:00:03 +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
stdlib.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
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