Expand description
§Matcher pieces
Structs§
Enums§
Traits§
- All
- AnyOf
- Seq
- XDirection
- XMatch
- Examples: Attr, AttrEq
Functions§
- all
- Match if all matchers match
- any_of
- Match if one of the matchers match
- attr
- Match token with
Aattributes - attr_eq
- Match token with
Aattributes equal toattr - seq
- Match if all matchers match one after the other
- token_
has_ any - Match token with
Aattributes equals to one ofattrsvalue - token_
text - Match single token and provide their text representation
- whitespace
- Match any number of consecutive spaces.