Talk:Recursive descent parser generator: Difference between revisions

Content added Content deleted
No edit summary
mNo edit summary
Line 12: Line 12:
</pre>
</pre>


Is there any way to simplify this? (I don't seem to remember any parser generators using two pieces of code like that, but I can't find anything saying you can get away with just one right now.)
Is there any way to simplify this?


The example I want to use is to take an arithmetic expression and turn it in to a series of single operations in the right order. So:
The example I want to use is to take an arithmetic expression and turn it in to a series of single operations in the right order. So: