0
comment
comment
on 12/12/2013 7:12 AM
I’m building a small compiler for a toy language which emits .NET executables, implemented in F#. Demo compilers are a dime a dozen, but there are a few things which make this project distinct:
No lexer or parser generators are used. The entire compiler is written from the ground up, and is intended to be fairly [...]