alias Pegmatite::Token
Overview
A Token is a triple containing a name, a start offset, and end offset, representing a named pattern that was matched within the overall pattern.
Alias Definition
{Symbol, Int32, Int32}
A Token is a triple containing a name, a start offset, and end offset, representing a named pattern that was matched within the overall pattern.
{Symbol, Int32, Int32}