Module kind

Source

Structsยง

BreakOutsideLoop
Cannot use break outside of a loop.
CompoundAssignmentInHeader
A compound assignment operator was used within a function header.
ContinueOutsideLoop
Cannot use continue outside of a loop.
EmptyRadixLiteral
No number was provided in a radix literal.
ExpectedEof
The end of the source code was expected, but something else was found.
ExpectedSymbolName
Encountered a keyword when a symbol name was expected.
InvalidAssignmentLhs
The left-hand-side of an assignment was not a valid symbol or function header.
InvalidCompoundAssignmentLhs
The left-hand-side of a compound assignment operator cannot be a function header.
InvalidRadixBase
The base used in radix notation was out of the allowed range.
InvalidRadixDigit
An invalid digit was used in a radix literal.
MissingIfBranch
Missing then or else branch in an if expression.
MissingIfKeyword
Missing then or else keyword in an if expression.
NonFatal
An intentionally useless error. This should only be used for non-fatal errors, as it contains no useful information.
TooManyDerivatives
There were too many derivatives in prime notation.
UnclosedParenthesis
A parenthesis was not closed.
UnexpectedEof
The end of the source code was reached unexpectedly.
UnexpectedToken
An unexpected token was encountered.