Re: [SimpleParse] how to debug SimpleParse
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@ro...> - 2003-07-16 20:25:26
|
Hi Martin, Not really, as the parser is just producing (very complex) mxTextTools tagging tables. Normally what I do is write test frameworks that parse with the lower-level productions, working up to the highest-level productions. Sprinkling cuts (!) throughout (where there is an actual "this must be here if you got this far" constraint) can also make it easier. The parser will then complain when it can't get past that point. Will respond to previous message in a sec... Mike Martin d'Anjou wrote: >Hi, > >Is there an option for printing what the parser does, I seem to be quite >good at creating infinite loops without knowing, so I can at least figure >out what my bad productions are? > >Thanks, >Martin > > _______________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://members.rogers.com/mcfletch/ |