Hacker News new | ask | show | jobs
by WalterGR 1692 days ago
Is the first assignment to reverse-engineer the language spec from the interpreter?
1 comments

Basically, yes, so I tried to make a simple implementation as possible. And I'm taking into account that students are already familiar with postfix notation and stack data structure. Of course, I use additional sources (like the popular Crafting Interpreters book) in the teaching process.