jrsonnet-lexer 0.5.0-pre98

Jrsonnet lexer shared between rowan and hand-rolled parser
Documentation
1
2
3
4
5
6
7
8
9
10
mod generated;
mod lex;
mod string_block;

#[derive(Clone, Copy, Debug)]
pub struct Span(pub u32, pub u32);

pub use generated::syntax_kinds::SyntaxKind;
pub use lex::{Lexeme, Lexer, lex};
pub use string_block::{CollectStrBlock, collect_lexed_str_block};