TrioParser

Undocumented in source.

Constructors

this
this(Range r)
Undocumented in source.
this
this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

Lexer
alias Lexer = ZincLexer!Range
Undocumented in source.
Parser
alias Parser = ZincParser!Range
Undocumented in source.

Enums

State
enum State

Definitions of parser states

Functions

popFront
void popFront()

Parse next Dict

Properties

empty
bool empty [@property getter]

True until parsing error or parsing complete

front
Dict front [@property getter]

The last parsed Dict

Variables

state
State state;

Current parser state

Meta