phlogiston ~master (2022-03-16T03:36:29.831741)
Dub
Repo
InvalidTokenException
phlogiston
assembler
scanner
Exception raised when an invalid character is encountered in input range.
class
InvalidTokenException : Exception {
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
phlogiston
assembler
scanner
classes
InvalidTokenException
Scanner
functions
isNewline
Exception raised when an invalid character is encountered in input range.