Arena
1.0
A content management system
|
This file defines error, warning, and hint classes that are used by a parser to log diagnostic information. More...
Classes | |
class | Library.Parse.Errors.AParserMessage |
class | Library.Parse.Errors.AFatalError |
class | Library.Parse.Errors.ASyntaxError |
class | Library.Parse.Errors.AHint |
class | Library.Parse.Errors.AWarning |
class | Library.Parse.Errors.ANote |
Variables | |
string | Library.Parse.Errors.pmStringRepresentation = "{source}: {line}: {message}" |
The format of a parser message. | |
This file defines error, warning, and hint classes that are used by a parser to log diagnostic information.