No description
| .zed | ||
| example | ||
| BFCli.cs | ||
| BFGui.cs | ||
| BrainFuck.cs | ||
| build.sh | ||
| flake.lock | ||
| flake.nix | ||
| KettGui.cs | ||
| Raylib.cs | ||
| README.md | ||
A Brainfuck interpreter written in C# (Mono)
This interpreter reserves 4096 bytes of memory and the memory cursor wraps around when moving out of bounds
To compile, install Mono, then run build.sh. This will create BFCli.exe and BFGui.exe, these can then be run with mono, wine, or, in Windows, directly via a double-click. The GUI component depends on raylib, so make sure the library is available when running.