Abstract Syntax Trees, Productions, Tokens, Grammars And Parsers

Programs specify abstract syntax trees.  Abstract syntax trees specify productions.  Productions specify tokens and other productions.  Abstract syntax trees are defined by grammars and determined by parsers.


Comments