|
|
|
|
|
by shadowofneptune
1456 days ago
|
|
I've found Pratt parsing meshes rather well with formal grammars. Anything that is better described by an operator precedence table rather than BNF should be handled by the Pratt parser, rest can be done with recursive decent. |
|