expression-plus ~master (2024-10-09T09:06:49Z)
Dub
Repo
ExpressionError
expression
Undocumented in source.
class
ExpressionError : Exception {
this
(string msg, string file, size_t line);
this
(S source, string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
this
this
(S source, string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
expression
classes
ExpressionError
functions
compileExpression
structs
Expression