[racket] Racket language tutorials
2013/5/3 Danny Yoo <dyoo at hashcollision.org>
> Hi Matthew,
>
> Jens's minipascal might be a good example to look at:
>
> https://github.com/soegaard/minipascal
>
The intention was to turn the code into a tutorial, so the code
is well-commented.
The grammar is defined here:
https://github.com/soegaard/minipascal/blob/master/minipascal/mini-pascal-grammar.rkt
The compilers follow the grammar closely. Being here:
https://github.com/soegaard/minipascal/blob/master/minipascal/compiler-simple.rkt
The simple compiler uses the same strategy as the Ragg tutorial.
--
Jens Axel Søgaard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130503/1ec40918/attachment.html>