bf-repl/README.md

13 lines
322 B
Markdown
Raw Permalink Normal View History

2022-10-14 01:06:22 +02:00
[![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