in reply to Object Query Languages and Parsers
Since you have control over the language and the parser, you may want to think about designing your language extensions to simplify and speed parsing. Some parsers execute very quickly (such as a shift & reduce type parser), so you might want to think about simplifications that would let you use a simple / efficient parsing technique.
--roboticus
|
|---|