The ezr² Project 0.1.1
The codebase for the ezr² programming language.
|
Functions | |
class | SyntaxError (string title, string details, Position startPosition, Position endPosition) |
Error class for all syntax error. | |
class EzrSquared.Syntax.Errors.SyntaxError | ( | string | title, |
string | details, | ||
Position | startPosition, | ||
Position | endPosition ) |
Error class for all syntax error.
title | The title of the SyntaxError. |
details | The reason why the SyntaxError occurred. |
startPosition | The starting Position of the SyntaxError. |
endPosition | The ending Position of the SyntaxError. |
An unexpected character was encountered.
An invalid hexadecimal value was encountered.
Invalid grammar was encountered.
The name of the SyntaxError.
The reason why the SyntaxError occurred.
The starting Position of the SyntaxError.
The ending Position of the SyntaxError.
Creates the formatted text representation of the SyntaxError.