Home | History | Annotate | Download | only in tutorial

Lines Matching full:production

130 process. For each production in our grammar, we'll define a function
131 which parses that production. We call this class of expressions
154 production and returns the lexer buffer with the next token (which is
155 not part of the grammar production) ready to go. This is a fairly
181 each production very simple. Note that parentheses do not cause
187 The next simple production is for handling variable references and