Structsยง
- Break
Outside Loop - Cannot use
breakoutside of a loop. - Compound
Assignment InHeader - A compound assignment operator was used within a function header.
- Continue
Outside Loop - Cannot use
continueoutside of a loop. - Default
Argument NotLast - Default arguments must be placed at the end of the argument list.
- Empty
Radix Literal - No number was provided in a radix literal.
- Expected
Eof - The end of the source code was expected, but something else was found.
- Expected
Expr - Expected to see a certain kind of expression here.
- Expected
Symbol Name - Encountered a keyword when a symbol name was expected.
- Invalid
Assignment Lhs - The left-hand-side of an assignment was not a valid symbol or function header.
- Invalid
Compound Assignment Lhs - The left-hand-side of a compound assignment operator cannot be a function header.
- Invalid
Radix Base - The base used in radix notation was out of the allowed range.
- Invalid
Radix Digit - An invalid digit was used in a radix literal.
- Missing
IfBranch - Missing
thenorelsebranch in anifexpression. - Missing
IfKeyword - Missing
thenorelsekeyword in anifexpression. - NonFatal
- An intentionally useless error. This should only be used for non-fatal errors, as it contains no useful information.
- OfOutside
SumProduct - Cannot use
ofkeyword outside of asumorproductexpression. - Return
Outside Function - Cannot use
returnoutside of a function. - Then
Outside IfWhile For - Cannot use
thenkeyword outside of anif,whileorforexpression. - TooMany
Derivatives - There were too many derivatives in prime notation.
- Unclosed
Parenthesis - A parenthesis was not closed.
- Unexpected
EoExpr - Unexpected end of an expression.
- Unexpected
Eof - The end of the source code was reached unexpectedly.
- Unexpected
Token - An unexpected token was encountered.