Parsing

The term for the process of turning an input stream into an abstract syntax tree. Parsing generally depends on the complexity of the grammar or syntax, and in the most general cases can require a Turing-complete program, i.e. its own programming language.


Pages in this topic: metafront   SLK Parser Generator  


Also linked from: BNF   EBNF   Language Implementation