Home > Essentials-of-interpretation

Essentials-of-interpretation

Essentials-of-interpretation is a project mainly written in JavaScript, it's free.

Small lessons on the computer programs interpretation

Essentials of interpretation by Dmitry A. Soshnikov

Small lessons on computer programs interpretation.

Available lessons:

  • Lesson 1. The simplest arithmetic expressions (AE) evaluator
  • Lesson 2. Parsing. Lexer of AE in math infix notation
  • Lesson 3. Parsing. Parser of AE in math infix notation
Previous:kbc