erg/crates/erg_compiler
Shunsuke Shibayama e71c0d7720 chore: add Planner
2023-10-05 15:10:27 +09:00
..
context feat: add Dict.concat/diff, Dict!.merge!/remove! 2023-10-05 00:57:08 +09:00
error chore: add Planner 2023-10-05 15:10:27 +09:00
lib feat: add Dict.concat/diff, Dict!.merge!/remove! 2023-10-05 00:57:08 +09:00
module chore: add Planner 2023-10-05 15:10:27 +09:00
tests fix: occur check bug 2023-08-18 11:57:54 +09:00
ty feat: add Dict.concat/diff, Dict!.merge!/remove! 2023-10-05 00:57:08 +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 feat: add [x; _] literal 2023-10-02 20:49:21 +09:00
compile.rs chore: add Planner 2023-10-05 15:10:27 +09:00
declare.rs feat: add [x; _] literal 2023-10-02 20:49:21 +09:00
desugar_hir.rs fix: desugar_hir bug 2023-06-17 13:58:51 +09:00
effectcheck.rs feat: add [x; _] literal 2023-10-02 20:49:21 +09:00
hir.rs feat: add [x; _] literal 2023-10-02 20:49:21 +09:00
lib.rs chore: add Planner 2023-10-05 15:10:27 +09:00
link_ast.rs chore: eliminate clippy warns 2023-08-24 23:38:27 +09:00
link_hir.rs feat: add [x; _] literal 2023-10-02 20:49:21 +09:00
lint.rs fix(els): use NormalizedPathBuf for AbsLocation 2023-09-13 23:26:05 +09:00
lower.rs feat: add [x; _] literal 2023-10-02 20:49:21 +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 feat: add [x; _] literal 2023-10-02 20:49:21 +09:00
plan.rs chore: add Planner 2023-10-05 15:10:27 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
transpile.rs feat: add [x; _] literal 2023-10-02 20:49:21 +09:00
varinfo.rs chore: add ModuleEntry.ast 2023-09-14 01:29:35 +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.