13 lines
322 B
Markdown
13 lines
322 B
Markdown
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
|
|
|
|
# bf-repl
|
|
|
|
A modern REPL for BrainFuck, written in Haskell
|
|
|
|
This REPL will let you:
|
|
|
|
- [ ] Run bf commands interactively
|
|
- [ ] Execute bf scripts
|
|
- [X] Inspect the stack
|
|
- [ ] Create and save macros
|
|
- [ ] Format and color highlight bf code |