Recursive descent parser: Difference between revisions

Content deleted Content added
Fixed minor formatting error.
Line 43:
</pre>
 
[[http://en.wikipedia.org/wiki/Terminal_symbol Terminals]] are expressed in quotes (except for the well defined ''ident''
and ''number''). Each [[nonterminal]] is defined by a rule in the grammar.
 
Line 165:
}
</pre>
 
 
 
== Formalizing recursive descent parsers ==