Class Parser

Parser abstract class

See

Parser

Abstract

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

index: number = 0

The current index of the parser.

lexer: ILexer

The lexer to use for parsing.

Methods

  • Checks if the parser is at the end of the input.

    Returns boolean

Generated using TypeDoc