mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-15 17:15:10 +01:00
lex things
This commit is contained in:
parent
cc8eb57148
commit
a5d063b944
7 changed files with 268 additions and 16 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#![allow(dead_code)]
|
||||
|
||||
mod lexer;
|
||||
mod pre;
|
||||
mod token;
|
||||
|
||||
pub type Span = std::ops::Range<usize>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue