Crate sourcepawn_lexer

Source

Structs§

SourcepawnLexer
Sourcepawn lexer.
Symbol
A symbol is a token with a range and a delta.
TextRange
A range in text, represented as a pair of TextSize.
TextSize
A measure of text length. Also, equivalently, an index into text.

Enums§

Comment
Literal
Operator
PreprocDir
TokenKind

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.