|
rlib
Convenience library for useful things
|
One token of a parsed pattern, paired with the matched span. More...
#include <rlib/rstr.h>
Data Fields | |
| RStrTokenType | type |
| const rchar * | pattern |
| RStrChunk | chunk |
One token of a parsed pattern, paired with the matched span.
| RStrChunk RStrMatchToken::chunk |
Span of the input that this token matched.
| const rchar* RStrMatchToken::pattern |
Pointer into the original pattern at this token's start.
| RStrTokenType RStrMatchToken::type |
Kind of token this entry came from.