Is this worth posting? Let’s Create an Instant Pascal Compiler in Lisp | by Kenichi Sasagawa | Oct, 2023 | Medium
You must log in or register to comment.
Defo worth posting. Reminds me of when I wrote a BASIC interpreter in Scheme. It came in two parts: a line parser and a “BASIC abstract machine” whose instructions were data structures consisting of a line number, a keyword, and arguments.