sym_num@alien.topB to LispEnglish · 1 year agoLet’s Create an Instant Pascal Compiler in Lispmessage-squaremessage-square1fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareLet’s Create an Instant Pascal Compiler in Lispsym_num@alien.topB to LispEnglish · 1 year agomessage-square1fedilinkfile-text
Is this worth posting? Let’s Create an Instant Pascal Compiler in Lisp | by Kenichi Sasagawa | Oct, 2023 | Medium
minus-squarebitwize@alien.topBlinkfedilinkEnglisharrow-up1·1 year agoDefo 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.
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.