https://github.com/gabbersepp/brainfuck-net-emit-test
A little test of the powerful Reflection.Emit library. Compiles every BF code into a runnable .NET program
https://github.com/gabbersepp/brainfuck-net-emit-test
bf brainfuck compiler csharp emit il interpreter
Last synced: 2 months ago
JSON representation
A little test of the powerful Reflection.Emit library. Compiles every BF code into a runnable .NET program
- Host: GitHub
- URL: https://github.com/gabbersepp/brainfuck-net-emit-test
- Owner: gabbersepp
- License: mit
- Created: 2019-06-13T19:35:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T20:42:15.000Z (almost 6 years ago)
- Last Synced: 2024-01-29T06:55:41.941Z (about 1 year ago)
- Topics: bf, brainfuck, compiler, csharp, emit, il, interpreter
- Language: C#
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brainfuck-net-emit-test
A little test of the powerful Reflection.Emit library. Compiles every BF code into a runnable .NET program