Commit graph

16 commits

Author SHA1 Message Date
Shunsuke Shibayama
bfa429a347 Update link_hir.rs 2023-09-11 23:10:07 +09:00
Shunsuke Shibayama
0c89ca99cd chore: impl TryFrom<Expr> for $Variant 2023-09-02 00:55:51 +09:00
Shunsuke Shibayama
b826d05d8f chore: add Token::new_fake 2023-08-27 17:16:36 +09:00
Shunsuke Shibayama
06c14c35e5 chore: add Token::col_end 2023-08-27 16:49:01 +09:00
Shunsuke Shibayama
bcebe04f3a Update link_hir.rs 2023-08-16 21:28:09 +09:00
Shunsuke Shibayama
3eb2d439ca fix: eliminate of unnecessary file escapes 2023-07-26 17:53:29 +09:00
Shunsuke Shibayama
53cd052dc3 fix: module member resolution bug 2023-06-29 16:07:21 +09:00
Shunsuke Shibayama
805555a097 fix: HIR linking 2023-06-29 11:50:59 +09:00
Shunsuke Shibayama
f6e4ea4e28 WIP 2023-06-28 13:26:11 +09:00
Shunsuke Shibayama
3e137da0a1 WIP: support cyclic modules 2023-06-28 00:38:41 +09:00
Shunsuke Shibayama
d6f30924f1 chore: add FreshNameGenerator 2023-06-10 15:31:26 +09:00
Shunsuke Shibayama
ef3bb68044 fix: #430 2023-06-01 13:08:51 +09:00
Shunsuke Shibayama
4af0c4c799 feat: add special variables module/global 2023-05-25 16:37:38 +09:00
Shunsuke Shibayama
c8f71d78f9 refactor: resolve_* (Context -> Input) 2023-05-17 15:46:50 +09:00
Shunsuke Shibayama
7c47794dbe fix: a crash when importing a module itself 2023-05-17 12:53:14 +09:00
Shunsuke Shibayama
1293fa58c8 refactor: Reorderer -> ASTLinker, Linker -> HIRLinker 2023-03-07 20:18:30 +09:00
Renamed from crates/erg_compiler/link.rs (Browse further)