Tartrazine::IncludeStateRule
Inherits Tartrazine::BaseRule / Struct / Value / Object
This rule includes another state. If any of the rules of the included state matches, this rule matches.
Instance methods
match(text : Bytes, pos : Int32, tokenizer : Tokenizer) : Tuple(Bool, Int32, Array(Token))
Source