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.
4 comments
[ 3.3 ms ] story [ 23.7 ms ] threadStill, the idea of Fortik is to encourage students to learn how simple interpreters work and to extend the language.