An advanced build tool for Rust and other languages, primarily designed for systems programming
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
anna 50b6da41dd
lex: ignore comments
This is a cheap hack to just omit comments from
the token stream for now.  I doubt they will ever
be used at all, so their existence would just mean
extra work for the parser.
2 years ago
src lex: ignore comments 2 years ago
.gitignore initial commit uwu 2 years ago
Cargo.lock initial commit uwu 2 years ago
Cargo.toml add lexer and test file 2 years ago
test.gaybuild add lexer and test file 2 years ago