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 6d5e7cb406
lex: fix erroneous keyword recognition
I tried to parse a function called
"fn_with_callback" for the upcoming function
support and realized that the lexer mistook the
first two letters for the respective keyword.
So that is fixed now, i guess.
2 years ago
.idea add IntelliJ config stuff 2 years ago
src lex: fix erroneous keyword recognition 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
operator-precedence.txt lex: remove ** operator 2 years ago
test.gaybuild add support for if statements 2 years ago