Home | History | Annotate | Download | only in tutorial

Lines Matching full:production

190 For each production in our grammar, we'll define a function which parses that
191 production. We call this class of expressions "primary" expressions, for
215 this routine eats all of the tokens that correspond to the production and
217 production) ready to go. This is a fairly standard way to go for recursive
245 production very simple. Note that parentheses do not cause construction of AST
250 <p>The next simple production is for handling variable references and function