An interpreter for brainfuck, and a compiler from a minimal C-like language to brainfuck.
Go to file
miggazElquez 61b4c2cc9c correct bug in brainfuck.py (in function 'interpret') and add full debug support 2020-01-06 23:53:18 +01:00
.gitignore First commit 2019-09-01 23:26:06 +02:00
brainfuck.py correct bug in brainfuck.py (in function 'interpret') and add full debug support 2020-01-06 23:53:18 +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