The ezr² Project 0.1.1
The codebase for the ezr² programming language.
|
This is the complete list of members for EzrSquared.Syntax.Lexer, including all inherited members.
_currentChar | EzrSquared.Syntax.Lexer | private |
_file | EzrSquared.Syntax.Lexer | private |
_position | EzrSquared.Syntax.Lexer | private |
_reachedEnd | EzrSquared.Syntax.Lexer | private |
_script | EzrSquared.Syntax.Lexer | private |
Advance() | EzrSquared.Syntax.Lexer | private |
CompileColon() | EzrSquared.Syntax.Lexer | private |
CompileIdentifier() | EzrSquared.Syntax.Lexer | private |
CompileNewLines() | EzrSquared.Syntax.Lexer | private |
CompileNumber() | EzrSquared.Syntax.Lexer | private |
CompileStringLike(out SyntaxError? error) | EzrSquared.Syntax.Lexer | private |
Lexer(string file, string script) | EzrSquared.Syntax.Lexer | |
ProcessEscapeSequence(StringBuilder builder, ref SyntaxError? error) | EzrSquared.Syntax.Lexer | private |
ProcessUtf16Sequence(ref SyntaxError? error) | EzrSquared.Syntax.Lexer | private |
ProcessUtf32Sequence(ref SyntaxError? error) | EzrSquared.Syntax.Lexer | private |
ReverseTo(int index) | EzrSquared.Syntax.Lexer | private |
SkipComment() (defined in EzrSquared.Syntax.Lexer) | EzrSquared.Syntax.Lexer | private |
Tokenize(out List< Token > tokens) | EzrSquared.Syntax.Lexer |