lex things

This commit is contained in:
nora 2022-06-21 13:15:26 +02:00
parent cc8eb57148
commit a5d063b944
7 changed files with 268 additions and 16 deletions

View file

@ -1,3 +1,6 @@
#![allow(dead_code)]
mod lexer;
mod pre;
mod token;
pub type Span = std::ops::Range<usize>;