grimoire ~master (2021-09-29T23:21:44Z)
Dub
Repo
GrParserException
grimoire
compiler
parser
Syntatic error during parsing
package final
class
GrParserException : 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
parser
classes
GrParser
GrParserException
Syntatic error during parsing