Options
All
  • Public
  • Public/Protected
  • All
Menu

Types of actions available.

export
enum

{string}

Index

Enumeration members

Enumeration members

ACCEPT

ACCEPT: = "ACCEPT"

Represents ACCEPT action. The parser performs a ACCEPT action.

ERROR

ERROR: = "ERROR"

Represents ERROR action. The parser performs a ERROR action.

REDUCE

REDUCE: = "REDUCE"

Represents REDUCE action. The parser performs a REDUCE action.

SHIFT

SHIFT: = "SHIFT"

Represents SHIFT action. The parser performs a SHIFT action.

Generated using TypeDoc