sourcepawn_lexer 0.3.0

Lossless SourcePawn lexer
Documentation
1
2
3
4
5
6
7
mod lexer;
mod pragma;
mod token;
mod token_kind;

pub use self::{lexer::Delta, lexer::SourcepawnLexer, lexer::Symbol, token_kind::*};
pub use text_size::{TextRange, TextSize, TextLen};