Table of Contents

Namespace EzrSquared.Syntax

Classes

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.

ParseResult

The type of the object that is returned as the result of parsing done by the Parser.

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 Interpreter.