Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a state of parser in a single pass.

export
interface

ParsingLog

Hierarchy

  • ParsingLog

Index

Properties

action

action: ActionEntry

The action taken in the pass.

type

{ActionEntry}

memberof

ParsingLog

inputBuffer

inputBuffer: string

The input buffer from the location of input buffer pointer to the end.

type

{string}

memberof

ParsingLog

stack

stack: string[]

The parsing stack

type

{string[]}

memberof

ParsingLog

tos

tos: string

The symbol at the top of the parsing stack at the start of the pass.

type

{string}

memberof

ParsingLog

Generated using TypeDoc