erg/crates/erg_compiler
2023-09-11 02:24:03 +09:00
..
context feat: (partial) comprehension support 2023-09-11 02:24:03 +09:00
error chore: union/intersection subtyping 2023-09-05 09:45:15 +09:00
lib feat: (partial) comprehension support 2023-09-11 02:24:03 +09:00
module feat(els): workspace diagnostics 2023-09-08 20:49:16 +09:00
tests fix: occur check bug 2023-08-18 11:57:54 +09:00
ty fix: pyc execution 2023-09-06 12:18:37 +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: symop codegen bug 2023-09-09 17:29:19 +09:00
compile.rs chore: add HIRBuilder::build_linked_module 2023-07-29 12:01:55 +09:00
declare.rs feat: introduce bidirectional type checking 2023-09-05 16:44:38 +09:00
desugar_hir.rs fix: desugar_hir bug 2023-06-17 13:58:51 +09:00
effectcheck.rs fix: subtract overflow 2023-09-05 20:59:01 +09:00
hir.rs chore(els): improve workspace symbol 2023-09-03 16:24:39 +09:00
lib.rs refactor: Reorderer -> ASTLinker, Linker -> HIRLinker 2023-03-07 20:18:30 +09:00
link_ast.rs chore: eliminate clippy warns 2023-08-24 23:38:27 +09:00
link_hir.rs chore: impl TryFrom<Expr> for $Variant 2023-09-02 00:55:51 +09:00
lint.rs fix: subtract overflow 2023-09-05 20:59:01 +09:00
lower.rs fix: method inferring 2023-09-05 21:54:08 +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 chore: impl TryFrom<Expr> for $Variant 2023-09-02 00:55:51 +09:00
varinfo.rs chore(els): improve workspace symbol 2023-09-03 16:24:39 +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.