ParseStackElem

Value for nonterminal or token with start location stored on parse stack.

Constructors

this
this(Location start, T val)

Constructor.

Members

Aliases

LocationDiff
alias LocationDiff = typeof(Location.init - Location.init)
Undocumented in source.

Functions

end
Location end()

End location for the location.

inputLength
LocationDiff inputLength()

Length of the value.

Variables

start
Location start;

Start location.

val
T val;

Value for nonterminal or token.

Meta