..
context
fix(compiler): runtime type matching system
2023-02-12 01:34:12 +09:00
error
feat(compiler): add hint for unused subroutines
2023-02-11 16:11:19 +09:00
lib
Update _erg_in_operator.py
2023-02-12 01:48:23 +09:00
module
feat(compiler): impl warns for unused private vars
2023-02-06 18:15:17 +09:00
tests
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
ty
feat(compiler): add hint for unused subroutines
2023-02-11 16:11:19 +09:00
.gitignore
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
artifact.rs
feat(els): add case-change action
2023-02-11 14:20:15 +09:00
build.rs
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
build_hir.rs
refactor: duplicate codes are put together
2023-02-04 22:07:12 +09:00
Cargo.toml
update: feature flag
2023-02-02 14:38:09 +09:00
codegen.rs
fix(compiler): runtime type matching system
2023-02-12 01:34:12 +09:00
compile.rs
refactor: duplicate codes are put together
2023-02-04 22:07:12 +09:00
declare.rs
fix(compiler): runtime type matching system
2023-02-12 01:34:12 +09:00
desugar_hir.rs
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
effectcheck.rs
fix(compiler): runtime type matching system
2023-02-12 01:34:12 +09:00
hir.rs
fix(compiler): runtime type matching system
2023-02-12 01:34:12 +09:00
lib.rs
WIP
2023-02-06 17:04:12 +09:00
link.rs
Improve inlay hint
2023-01-19 00:06:13 +09:00
lint.rs
feat(compiler): add hint for unused subroutines
2023-02-11 16:11:19 +09:00
lower.rs
fix(compiler): runtime type matching system
2023-02-12 01:34:12 +09:00
main.rs
fix #321
2023-01-25 00:11:48 +09:00
optimize.rs
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
ownercheck.rs
fix(compiler): runtime type matching system
2023-02-12 01:34:12 +09:00
README.md
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
reorder.rs
Rename dir: compiler
-> crates
2023-01-15 12:03:19 +09:00
transpile.rs
fix(compiler): runtime type matching system
2023-02-12 01:34:12 +09:00
varinfo.rs
fix(compiler): runtime type matching system
2023-02-12 01:34:12 +09:00