No description
Find a file
2022-04-23 20:42:30 +02:00
fuzz Add a fuzzer and fix an overflow bug it found in the lexer 2022-04-06 20:58:05 +02:00
src Lex float types 2022-04-23 20:42:30 +02:00
tests Implement the not operator 2022-04-06 17:24:29 +02:00
.env Lexer 2022-03-21 15:47:35 +01:00
.gitignore Lexer 2022-03-21 15:47:35 +01:00
Cargo.lock Add cli flags 2022-04-19 00:46:52 +02:00
Cargo.toml Add cli flags 2022-04-19 00:46:52 +02:00
pre-commit-hook.sh Add a pre-commit-hook 2022-04-03 22:13:27 +02:00
rustfmt.toml Lexer 2022-03-21 15:47:35 +01:00
test.lox Lex float types 2022-04-23 20:42:30 +02:00