Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 463 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 463 Bytes

brainf#ck

Brainf#ck is a toy compiler that reads in brainfuck source files and uses AssemblyBuilder to generate dynamic assemblies and execute their code during the same application run.

Example usage

dotnet run scripts/hello.bf
Hello World!

dotnet run -- --size double scripts/cellsize.bf
16 bit cells