bitsyspec
bitsyspec copied to clipboard
Bitsy: The best language to implement when writing your first compiler or interpreter
I noticed a small typo on line 17 of GRAMMAR.txt: 17: ::= "=" I believe this should be: . Missing the final 'e' Note: I transpiled this file from this...
As requested, I am letting you know that I have a (supposedly) working implementation in C# & VB.NET at [this repo](https://github.com/wessupermare/Bitsy.NET). People should feel free to give it a run...
Resolves #8.