Quote:
Originally Posted by Prads
Maybe now is the time to start making a compiler for chip16? Hmmm... maybe I should try and build one, I always wanted to know more about compilers and how they work and this seems like a perfect opportunity...
|
One of the other users here is making a Pascal compiler for the Chip16
If you want to make one as well, then I highly recommend this resource:
http://compilers.iecc.com/crenshaw/
I have used it to make simple scripting languages/compilers in the past that use similar recursive-descent parsers
It is fun, and an educational experience to make a compiler
cheers,
Paul