erg/crates/erg_compiler
2023-02-13 15:56:08 +09:00
..
context refactor: condition => test, err_message => msg 2023-02-13 15:56:08 +09:00
error fix: Chinese error message 2023-02-12 20:25:04 +08:00
lib Merge branch 'main' into fix-type-matching 2023-02-12 17:50:39 +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 fix(compiler): issue with warns about other files 2023-02-13 12:26:15 +09:00
Cargo.toml update: feature flag 2023-02-02 14:38:09 +09:00
codegen.rs fix: some bugs 2023-02-13 15:06:50 +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 Update effectcheck.rs 2023-02-12 18:05:32 +09:00
hir.rs chore(els): improve patch support 2023-02-13 15:43:18 +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 fix(compiler): issue with warns about other files 2023-02-13 12:26:15 +09:00
lower.rs fix: some bugs 2023-02-13 15:06:50 +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): issue with warns about other files 2023-02-13 12:26:15 +09:00

The Erg compiler (codename: Centimetre)

The overall structure is described in detail in architecture.md(English).For other language translations of architecture.md, please check them out by yourself.