erg/crates/erg_compiler
Shunsuke Shibayama 677ced0fcd feat: add std.d
2023-02-17 21:09:23 +09:00
..
context feat: add std.d 2023-02-17 21:09:23 +09:00
error chore(compiler): improve import error messages 2023-02-14 22:58:02 +09:00
lib feat: add std.d 2023-02-17 21:09:23 +09:00
module feat(els): support d.er renaming 2023-02-14 19:59:43 +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 Update codegen.rs 2023-02-15 13:22:47 +09:00
compile.rs refactor: duplicate codes are put together 2023-02-04 22:07:12 +09:00
declare.rs fix(compiler): eliminate panic!/todo!s 2023-02-16 23:48:22 +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 perf: reduce performing of .loc() 2023-02-15 03:27:08 +09:00
lib.rs WIP 2023-02-06 17:04:12 +09:00
link.rs perf: reduce performing of .loc() 2023-02-15 03:27:08 +09:00
lint.rs perf: delaying execution of .loc() 2023-02-15 01:08:49 +09:00
lower.rs feat: implement methods declaration syntax 2023-02-17 01:26:04 +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 perf: reduce performing of .loc() 2023-02-15 03:27:08 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
reorder.rs fix: method decls visibility bug 2023-02-17 01:51:11 +09:00
transpile.rs fix(compiler): runtime type matching system 2023-02-12 01:34:12 +09:00
varinfo.rs feat(els): support module renaming 2023-02-14 16:23:45 +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.