Creating an IGCSE Pseudocode Interpreter (part 2)
Prelude Check out the first part of this series, of course. This article won’t feature too much on the interpreter design, but how to effectively use it to your own benefit. TL;DR, I tried to write an IGCSE pseudocode interpreter a while ago, and I finished! Find it here at https://github.com/ezntek/beancode. Or, install it directly with pip install beancode --break-system-packages (this will not break your system packages, because beancode has no system dependencies, and will not break anything despite the scary flag) ...