tests
|
refactor: Equal -> Assign
|
2023-03-30 01:27:51 +09:00 |
.gitignore
|
Rename dir: compiler -> crates
|
2023-01-15 12:03:19 +09:00 |
ast.rs
|
fix(els): local variables completion bug
|
2023-03-31 12:39:16 +09:00 |
build_ast.rs
|
test: check the number of warnings
|
2023-04-01 21:53:22 +09:00 |
Cargo.toml
|
Rename dir: compiler -> crates
|
2023-01-15 12:03:19 +09:00 |
desugar.rs
|
fix: union types bug & multi-pattern def bug
|
2023-04-10 22:26:46 +09:00 |
error.rs
|
fix(parser): fix #400
|
2023-02-27 19:52:24 +09:00 |
lex.rs
|
fix(lexer): multi-line token location
|
2023-04-06 22:39:16 +09:00 |
lib.rs
|
Rename dir: compiler -> crates
|
2023-01-15 12:03:19 +09:00 |
main.rs
|
chore: name the spawned thread
|
2023-03-22 22:00:38 +09:00 |
parse.rs
|
test: check the number of warnings
|
2023-04-01 21:53:22 +09:00 |
README.md
|
Rename dir: compiler -> crates
|
2023-01-15 12:03:19 +09:00 |
token.rs
|
refactor: Equal -> Assign
|
2023-03-30 01:27:51 +09:00 |
typespec.rs
|
fix: type-instantiation bug
|
2023-03-24 19:02:32 +09:00 |