Talk:Syntax checking/Parser

< Talk:Syntax checking
Revision as of 04:55, 17 May 2006 by Maser (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

find more than one error

As far as I've seen, the Parser throws an ERROR as soon as it doesn't like something in the source, which aborts parsing. The found error is in the SHARED_ERROR_HANDLER's error_list (I've never seen more than one error in there, why is it a list anyway?). Has anybody found a way to tell the parser to parse the whole file?

maser 14:55, 17 May 2006 (CEST)