AllBASIC Forum

BASIC Developer & Support Resources => Toolbox => Topic started by: AIR on November 02, 2018, 09:28:54 PM

Title: Let's Build a Simple Interpreter series....
Post by: AIR on November 02, 2018, 09:28:54 PM
Came across this while researching Compiler Design stuff.  It's an excellent series for when the more theoretical side of building Compilers/Interpreters cause an aneurysm.

Check it out... (https://ruslanspivak.com/lsbasi-part1/)

AIR.
Title: Re: Let's Build a Simple Interpreter series....
Post by: John on November 02, 2018, 09:34:43 PM
Quote
If you don’t know how compilers and interpreters work, then you don’t know how computers work. It’s that simple.

Pretty much programming in a nutshell.

We should have a code challenge where the goal is to minimize the number of steps for any task given to it's simplest form.

Oh, BASIC already did that one years ago.   :-X