erg/crates/erg_compiler
Shunsuke Shibayama 748cd2c99d Update funcs.rs
2023-01-26 22:37:57 +09:00
..
context Update funcs.rs 2023-01-26 22:37:57 +09:00
error Rename dir: compiler -> crates 2023-01-15 12:03:19 +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 #321 2023-01-25 00:11:48 +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 Add REPL tests 2023-01-17 16:32:25 +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 Improve calculating Location 2023-01-23 17:28:16 +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 Improve inlay hint 2023-01-19 00:06:13 +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 Add REPL tests 2023-01-17 16:32:25 +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.