grimoire ~master (2021-09-29T23:21:44Z)
Dub
Repo
GrLexerException
grimoire
compiler
lexer
Lexical error during tokenization
package final
class
GrLexerException : Exception {
GrError
error
;
this
(GrError error_, string _file, size_t _line);
}
Constructors
this
this
(GrError error_, string _file, size_t _line)
Ctor
Members
Variables
error
GrError
error
;
Undocumented in source.
Meta
Source
See Implementation
grimoire
compiler
lexer
classes
GrLexer
GrLexerException
enums
GrLexemeType
functions
grGetPrettyLexemeType
structs
GrLexeme
Lexical error during tokenization