mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-14 16:45:07 +01:00
6 lines
83 B
Rust
6 lines
83 B
Rust
#![allow(dead_code)]
|
|
|
|
mod pre;
|
|
mod token;
|
|
|
|
pub type Span = std::ops::Range<usize>;
|