Help Pages
Commands
Settings
Tutorial
Editor Functions
Command-Line Functions
Hint Mode Commands
Wiki
On This Page
Constructors
constructor
Properties
initial_
state
parser
Methods
feed
Until
Error
reset
Friendlier interface around nearley parsers
Index
Constructors
constructor
Properties
initial_
state
parser
Methods
feed
Until
Error
reset
Constructors
constructor
new
Parser
(
grammar
:
any
)
:
Parser
Parameters
grammar
:
any
Returns
Parser
Properties
Private
initial_
state
initial_state
:
any
Private
parser
parser
:
any
Methods
feed
Until
Error
feedUntilError
(
input
:
any
)
:
any
[]
Parameters
input
:
any
Returns
any
[]
Private
reset
reset
()
:
void
Returns
void
Friendlier interface around nearley parsers