Structs§
- Bool
- Match ‘true’ or ‘false’
- Float
- Match a rust style float
- Ident
- Match a unicode identifier
- Int
- Match a rust style integer
- Integer
- Match a integer
- Line
Comment - Match a c style line comment
- Multi
Line Comment - Match a c style multiline comments with support for nested comments
- Position
- Punctuated
- Match a list of T’s separated by P’s. Possible to allow trailing P’s
- Range
- RawLine
Comment - RawMulti
Line - RawMulti
Line Nested - Str
- XmlIdent
- Match a xml style tag or attribute