erg/crates/erg_compiler
2023-02-08 00:12:52 +09:00
..
context fix(REPL): suppress unused vars warn in REPL 2023-02-08 00:12:52 +09:00
error refactor: rem impl_stream_for_wrapper and merge into impl_stream 2023-02-06 04:11:25 +09:00
lib feat(Array): add dedup, partition method 2023-02-07 23:59:23 +09:00
module feat(compiler): impl warns for unused private vars 2023-02-06 18:15:17 +09:00
tests Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
ty fix: codegen expr 2023-02-07 23:44:17 +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 fix: codegen expr 2023-02-07 23:44:17 +09:00
compile.rs Add REPL tests 2023-01-17 16:32:25 +09:00
declare.rs feat(parser): add type_spec_to_expr 2023-02-06 12:04:15 +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 refactor: rem impl_stream_for_wrapper and merge into impl_stream 2023-02-06 04:11:25 +09:00
lib.rs WIP 2023-02-06 17:04:12 +09:00
link.rs Improve inlay hint 2023-01-19 00:06:13 +09:00
lint.rs fix(REPL): suppress unused vars warn in REPL 2023-02-08 00:12:52 +09:00
lower.rs fix(REPL): suppress unused vars warn in REPL 2023-02-08 00:12:52 +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 Update transpile.rs 2023-02-04 11:16:09 +09:00
varinfo.rs feat(compiler): impl warns for unused private vars 2023-02-06 18:15:17 +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.