6 comments

[ 3.0 ms ] story [ 25.4 ms ] thread
We had to write a scheme like language interpreter in scheme in grad school. I found it very meta, but interesting.

Northeastern Prof Wand taught the class, a quick google reveals it was 3 book versions ago. Still teaching in Scheme though the book is 2009 (Racket).

http://www.eopl3.com

And the git source from the book (more useful with the book though...): https://github.com/mwand/eopl3

python-like interpreter in python.

inception reference

Thanks so much for posting this, you've inspired me to try my hand at writing a similar parser. I'll definitely be using your code as reference as I go!
Thanks, the lexer implementation helps me a lot for my compiler design course :-)