The ezr² Project 0.1.1
The codebase for the ezr² programming language.
Loading...
Searching...
No Matches
EzrSquared.Syntax Namespace Reference

Classes

class  Lexer
 The ezr² Lexer or Tokenizer. The job of the Lexer is to convert the user input (code) into Token objects to be given as the input to the Parser. More...
 
class  Parser
 The ezr² Parser. The job of the Parser is to convert the input Token objects from the Lexer into Node objects to be given as the input to the Runtime.Interpreter.Interpreter. More...
 
class  ParseResult
 The type of the object that is returned as the result of parsing done by the Parser. More...