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 a8130c864d
cursor: break line after \n
Up to now, the cursor broke the line *before* the
\n and made that character the 0th one in the new
line.  I don't know why i did this, but at least
it's fixed now.
2 years ago
.idea add IntelliJ config stuff 2 years ago
src cursor: break line after \n 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