Home | History | Annotate | Download | only in tutorial

Lines Matching full:production

248 For each production in our grammar, we'll define a function which parses that
249 production. For numeric literals, we have:
269 this routine eats all of the tokens that correspond to the production and
271 production) ready to go. This is a fairly standard way to go for recursive
305 recursive grammars, and keeps each production very simple. Note that
311 <p>The next simple production is for handling variable references and function