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 e33c2022c5
ast: add expression support
This adds the basic set of expressions:
assignments, binary/unary expressions, function
calls, and array accesses.  Binary operator
precedence is also taken into account.  What's
still missing are parenthesized expressions, but
those should be easy to do.
2 years ago
.idea add IntelliJ config stuff 2 years ago
src ast: add expression support 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: add a couple more operators 2 years ago
test.gaybuild ast: add expression support 2 years ago