erg/crates/erg_compiler
Shunsuke Shibayama e246fad74d Fix #370
2023-01-28 12:54:42 +09:00
..
context Fix warns 2023-01-27 11:23:42 +09:00
error Fix #370 2023-01-28 12:54:42 +09:00
lib Add ntpath/posixpath.d.er 2023-01-25 20:18:18 +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 Fix warns 2023-01-27 11:23:42 +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 Update codegen.rs 2023-01-26 14:23:07 +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 Improve inlay hint 2023-01-19 00:06:13 +09:00
hir.rs Fix warns 2023-01-27 11:23:42 +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 Fix: doc comments cannot be used in method defs 2023-01-27 09:46:59 +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.