October 7, 2021 - Interpreter mode for design mode
Chapter 21: Interpreter Mode
1. Introduction to Modes
1) Compilation principle: an arithmetic expression forms lexical units through lexical parsers, which then construct a grammar analysis tree through a grammar parser, resulting in an abstract grammar analysis tree. Lexical parsers and grammar parsers can both be considered interpreters.
2 ...
Posted on Thu, 07 Oct 2021 13:00:34 -0400 by ledtear