Base Class for all BadScript Parser Exceptions.
Describes a specific position inside a source file.
Gets Raised if the Reader encounters an Error.
BadSourceReaderException(string message, BadSourcePosition position)
Creates a new BadSourceReaderException.
BadSourceReaderException(string message, BadSourcePosition position, Exception inner)
Creates a new BadSourceReaderException.
Contains Shared Data Structures and Functionality.
Contains the Source Reader for the BadScript2 Language.