Home | History | Annotate | Download | only in tutorial

Lines Matching full:production

187 process. For each production in our grammar, we'll define a function
188 which parses that production. For numeric literals, we have:
206 production and returns the lexer buffer with the next token (which is
207 not part of the grammar production) ready to go. This is a fairly
239 production very simple. Note that parentheses do not cause construction
245 The next simple production is for handling variable references and