including brainfuck programs

This commit is contained in:
nora 2021-06-25 16:47:04 +02:00
parent e9d3a88bb6
commit 0a8ecd3a92
8 changed files with 794 additions and 1 deletions

View file

@ -19,8 +19,9 @@ stopping it at any point in your program to see what went wrong.
* error messages
* seeing ASCII characters in memory
* manual code input
* fast excecution mode (no debugging info)
### Future features
* fast excecution mode (no debugging info)
* none-blocking fast excecution mode
* better speed control
* (limited) backstepping