erg/crates/erg_compiler
2023-03-22 15:38:47 +09:00
..
context fix: sub-unification bugs 2023-03-22 15:38:47 +09:00
error fix: improve match error messages 2023-03-17 00:13:43 +09:00
lib fix: attribute inffering 2023-03-20 20:30:31 +09:00
module fix: avoid infinite recursion bugs 2023-03-22 01:28:22 +09:00
tests fix: union/intersection types bugs 2023-03-20 14:48:34 +09:00
ty fix: sub-unification bugs 2023-03-22 15:38:47 +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: module name escaping 2023-03-07 21:29:52 +09:00
Cargo.toml update: feature flag 2023-02-02 14:38:09 +09:00
codegen.rs feat: add restricted visibility syntax 2023-03-05 02:19:18 +09:00
compile.rs refactor: Reorderer -> ASTLinker, Linker -> HIRLinker 2023-03-07 20:18:30 +09:00
declare.rs fix: avoid infinite recursion bugs 2023-03-22 01:28:22 +09:00
desugar_hir.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
effectcheck.rs feat: add restricted visibility syntax 2023-03-05 02:19:18 +09:00
hir.rs fix: constant attribute searching bugs 2023-03-11 14:21:15 +09:00
lib.rs refactor: Reorderer -> ASTLinker, Linker -> HIRLinker 2023-03-07 20:18:30 +09:00
link_ast.rs refactor: Reorderer -> ASTLinker, Linker -> HIRLinker 2023-03-07 20:18:30 +09:00
link_hir.rs refactor: Reorderer -> ASTLinker, Linker -> HIRLinker 2023-03-07 20:18:30 +09:00
lint.rs fix: indexing of type specs 2023-03-11 16:31:20 +09:00
lower.rs fix: sub-unification bugs 2023-03-22 15:38:47 +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 feat: add restricted visibility syntax 2023-03-05 02:19:18 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
transpile.rs refactor: Reorderer -> ASTLinker, Linker -> HIRLinker 2023-03-07 20:18:30 +09:00
varinfo.rs feat: add restricted visibility syntax 2023-03-05 02:19:18 +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.