A modern REPL for BrainFuck, written in Haskell
 
 
Go to file
Oystein Kristoffer Tveit 36d7774512
Initial commit
2022-10-14 01:06:22 +02:00
src Initial commit 2022-10-14 01:06:22 +02:00
.gitignore Initial commit 2022-10-14 01:06:22 +02:00
CHANGELOG.md Initial commit 2022-10-14 01:06:22 +02:00
LICENSE Initial commit 2022-10-14 01:06:22 +02:00
README.md Initial commit 2022-10-14 01:06:22 +02:00
bf-repl.cabal Initial commit 2022-10-14 01:06:22 +02:00
flake.lock Initial commit 2022-10-14 01:06:22 +02:00
flake.nix Initial commit 2022-10-14 01:06:22 +02:00

README.md

built with nix

bf-repl

A modern REPL for BrainFuck, written in Haskell

This REPL will let you:

  • Run bf commands interactively
  • Execute bf scripts
  • Inspect the stack
  • Create and save macros
  • Format and color highlight bf code