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.
dotnet run scripts/hello.bf
Hello World!
dotnet run -- --size double scripts/cellsize.bf
16 bit cells