Author Topic: Let's Build a Simple Interpreter series....  (Read 3985 times)

Offline AIR

  • BASIC Developer
  • Posts: 932
  • Coder
Let's Build a Simple Interpreter series....
« 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...

AIR.

Offline John

  • Forum Support / SB Dev
  • Posts: 3568
    • ScriptBasic Open Source Project
Re: Let's Build a Simple Interpreter series....
« Reply #1 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
« Last Edit: November 02, 2018, 10:06:24 PM by John »