..
context
fix: dynamic type checking bugs
2023-08-19 16:34:07 +09:00
error
fix: eliminate todo!
s
2023-08-18 13:03:38 +09:00
lib
fix: dynamic type checking bugs
2023-08-19 16:34:07 +09:00
module
Merge branch 'main' into shape
2023-08-02 15:59:24 +09:00
tests
fix: occur check bug
2023-08-18 11:57:54 +09:00
ty
fix: dynamic type checking bugs
2023-08-19 16:34:07 +09:00
.gitignore
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
artifact.rs
feat: support json backend
2023-08-18 22:19:19 +09:00
build.rs
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
build_hir.rs
chore: add HIRBuilder::build_linked_module
2023-07-29 12:01:55 +09:00
Cargo.toml
Merge branch 'main' into rwlock
2023-06-10 17:45:08 +09:00
codegen.rs
fix: dynamic type checking bugs
2023-08-19 16:34:07 +09:00
compile.rs
chore: add HIRBuilder::build_linked_module
2023-07-29 12:01:55 +09:00
declare.rs
fix: array type inferring
2023-08-06 22:51:13 +09:00
desugar_hir.rs
fix: desugar_hir
bug
2023-06-17 13:58:51 +09:00
effectcheck.rs
feat: parallelize the analysis process
2023-06-18 15:58:32 +09:00
hir.rs
fix: discarded variable bug
2023-08-14 21:45:40 +09:00
lib.rs
refactor: Reorderer
-> ASTLinker
, Linker
-> HIRLinker
2023-03-07 20:18:30 +09:00
link_ast.rs
fix: declaration bugs
2023-07-31 11:08:53 +09:00
link_hir.rs
Update link_hir.rs
2023-08-16 21:28:09 +09:00
lint.rs
fix: eliminate of unnecessary file escapes
2023-07-26 17:53:29 +09:00
lower.rs
fix: in
operator
2023-08-13 01:01:06 +09:00
main.rs
chore: name the spawned thread
2023-03-22 22:00:38 +09:00
optimize.rs
fix: discarded variable bug
2023-08-14 21:45:40 +09:00
ownercheck.rs
Merge branch 'main' into rwlock
2023-06-10 17:45:08 +09:00
README.md
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
transpile.rs
feat: support json backend
2023-08-18 22:19:19 +09:00
varinfo.rs
chore: improve error display
2023-08-04 16:24:03 +09:00