16 #region Using directives
27 internal enum ParseMessage
Often the parser will read a token that is not expected in the grammar. When this happens...
The tokenizer will generate this message when it is unable to recognize a series of characters as a v...
The parser reached the end of the file while reading a comment. This is caused when the source text c...
Line comment is read. When this message is returned, the content of the CurrentComment property is se...
Input successfully parsed
Before any parsing can take place, a Compiled Grammar Table file must be loaded.
Something is wrong, very wrong.
A block comment is complete. When this message is returned, the content of the CurrentComment propert...
Each time a token is read, this message is generated.
When the engine is able to reduce a rule, this message is returned. The rule that was reduced is set ...