6 lines
90 B
Rust
6 lines
90 B
Rust
|
pub mod lex;
|
||
|
|
||
|
fn main() {
|
||
|
println!("{:?}", lex::parse::match_identifier("goren-"));
|
||
|
}
|