UNPKG
@browsery/antlr4
Version:
latest (4.13.3-r7)
4.13.3-r7
4.13.3-r6
4.13.3-r5
4.13.3-r4
4.13.3-r3
4.13.3-r2
4.13.3-r1
4.13.2
4.13.1
4.13.1-patch-1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
Browser compatible antlr4 module
github.com/panates/browsery
panates/browsery
@browsery/antlr4
/
types
/
state
/
DecisionState.d.ts
7 lines
(5 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ATNState
}
from
"./index"
;
export
declare
class
DecisionState
extends
ATNState
{
decision
:
number
;
nonGreedy
:
boolean
; }