DrBrainf-ck/README.md

19 lines
495 B
Markdown

# DrBrainf\*ck
This is the repo for the PF1 final project of _Claudio Maggioni_ and
_Tommaso Rodolfo Masera_.
## Running
Run the file `gui.rkt` using *DrRacket* or the `racket` CLI tool.
## Current features
- Brainf\*ck interpreter works for the instructions `[`, `]` `+`, `-`, `<`, `>`
, `.`;
- Done simple editor GUI with *Run* button and output window.
## Bugs
- `,` function not implemented (will crash the program if encountered);
- No validation or user-friendly error handling.