erg/crates/erg_compiler
2023-04-10 11:51:45 +09:00
..
context fix: Context::union/intersection 2023-04-10 11:51:45 +09:00
error fix: nested array bugs 2023-04-05 11:47:15 +09:00
lib fix: smallest type selection 2023-04-01 08:58:30 +09:00
module fix(els): file data inconsistencies 2023-03-31 19:49:49 +09:00
tests fix: union/intersection types bugs 2023-03-20 14:48:34 +09:00
ty fix: infinite recursion 2023-04-10 00:38:41 +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 test: check the number of warnings 2023-04-01 21:53:22 +09:00
Cargo.toml refactor: py_compatible -> py_compat 2023-03-30 00:43:30 +09:00
codegen.rs fix(codegen): eliminate unwraps 2023-04-09 21:06:48 +09:00
compile.rs test: check the number of warnings 2023-04-01 21:53:22 +09:00
declare.rs refactor: py_compatible -> py_compat 2023-03-30 00:43:30 +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 feat(els): impl module/alias definition jump 2023-03-24 22:46:02 +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 feat: check doc comments by the compiler 2023-04-06 23:41:24 +09:00
lower.rs feat: check doc comments by the compiler 2023-04-06 23:41:24 +09:00
main.rs chore: name the spawned thread 2023-03-22 22:00:38 +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 test: check the number of warnings 2023-04-01 21:53:22 +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.