Structs§
- Sourcepawn
Lexer - Sourcepawn lexer.
- Symbol
- A symbol is a token with a range and a delta.
- Text
Range - A range in text, represented as a pair of
TextSize
. - Text
Size - A measure of text length. Also, equivalently, an index into text.
Enums§
Traits§
- TextLen
- Primitives with a textual length that can be passed to
TextSize::of
.
Type Aliases§
- Delta
- Difference between the start of the token the delta is attached to and the end of the previous token.