The ezr² Project 0.1.1
The codebase for the ezr² programming language.
Loading...
Searching...
No Matches
EzrSquared.Syntax.Lexer Member List

This is the complete list of members for EzrSquared.Syntax.Lexer, including all inherited members.

_currentCharEzrSquared.Syntax.Lexerprivate
_fileEzrSquared.Syntax.Lexerprivate
_positionEzrSquared.Syntax.Lexerprivate
_reachedEndEzrSquared.Syntax.Lexerprivate
_scriptEzrSquared.Syntax.Lexerprivate
Advance()EzrSquared.Syntax.Lexerprivate
CompileColon()EzrSquared.Syntax.Lexerprivate
CompileIdentifier()EzrSquared.Syntax.Lexerprivate
CompileNewLines()EzrSquared.Syntax.Lexerprivate
CompileNumber()EzrSquared.Syntax.Lexerprivate
CompileStringLike(out SyntaxError? error)EzrSquared.Syntax.Lexerprivate
Lexer(string file, string script)EzrSquared.Syntax.Lexer
ProcessEscapeSequence(StringBuilder builder, ref SyntaxError? error)EzrSquared.Syntax.Lexerprivate
ProcessUtf16Sequence(ref SyntaxError? error)EzrSquared.Syntax.Lexerprivate
ProcessUtf32Sequence(ref SyntaxError? error)EzrSquared.Syntax.Lexerprivate
ReverseTo(int index)EzrSquared.Syntax.Lexerprivate
SkipComment() (defined in EzrSquared.Syntax.Lexer)EzrSquared.Syntax.Lexerprivate
Tokenize(out List< Token > tokens)EzrSquared.Syntax.Lexer