No description
| src | Ready set go | |
| test | Ready set go | |
| gleam.toml | Ready set go | |
| hello.bf | Ready set go | |
| manifest.toml | Ready set go | |
| README.md | Rewrote readme to not be standard | |
bf
This is a small brainfuck interpreter written in gleam, since gleam does not really have any way to reliably get one character in the erlang backend I have not implemented the , command (input character).
Quick start
gleam run <filename.bf> # Run the project