erg/crates/erg_compiler
2023-02-01 13:37:41 +09:00
..
context Add some Str! methods 2023-02-01 13:37:41 +09:00
error Fix #370 2023-01-28 12:54:42 +09:00
lib Add some Str! methods 2023-02-01 13:37:41 +09:00
module Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
tests Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
ty Merge branch 'main' into feature-var-params-fn 2023-02-01 02:05:09 +09:00
.gitignore Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
artifact.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
build.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
build_hir.rs Fix #370 2023-01-28 12:54:42 +09:00
Cargo.toml add feature: no_std 2023-01-15 23:35:00 +09:00
codegen.rs Merge branch 'main' into feature-var-params-fn 2023-02-01 02:05:09 +09:00
compile.rs Add REPL tests 2023-01-17 16:32:25 +09:00
declare.rs Improve inlay hint 2023-01-19 00:06:13 +09:00
desugar_hir.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
effectcheck.rs Add user-defined var-params function 2023-01-26 01:20:35 +09:00
hir.rs Fix a bug 2023-02-01 10:54:23 +09:00
lib.rs fix socket connection problems 2023-01-25 01:19:45 +09:00
link.rs Improve inlay hint 2023-01-19 00:06:13 +09:00
lower.rs Merge branch 'main' into feature-var-params-fn 2023-02-01 02:05:09 +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 update: use debug colors 2023-01-26 14:46:44 +09:00
README.md Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
reorder.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
transpile.rs Fix #370 2023-01-28 12:54:42 +09:00
varinfo.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +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.