View Single Post
Old November 17th, 2011, 02:50   #44
paul_nicholls
Registered User
 
Join Date: Sep 2011
Location: Australia, Tasmania
Posts: 180
Quote:
Originally Posted by Prads View Post
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
paul_nicholls is offline   Reply With Quote