Commit graph

664 commits

Author SHA1 Message Date
Shunsuke Shibayama
7fdaae85c7 Support Python 3.8.10 2022-10-20 13:53:15 +09:00
Shunsuke Shibayama
3eb6393773 Support Python 3.8.10 2022-10-20 13:52:56 +09:00
Shunsuke Shibayama
633515307a Add os.path module 2022-10-20 10:02:55 +09:00
Shunsuke Shibayama
9d6926d3e3 Update version (v0.5.10) 2022-10-20 09:21:52 +09:00
Shunsuke Shibayama
45e34c6773 Add DictTypeSpec 2022-10-20 09:17:55 +09:00
Shunsuke Shibayama
7defa71c86 Add json module 2022-10-20 08:39:52 +09:00
Shunsuke Shibayama
09b5f00305 Fix name resolving bug 2022-10-20 07:43:21 +09:00
Shunsuke Shibayama
cb4c2c7bbf Implement subtype ascription 2022-10-19 19:04:50 +09:00
Shunsuke Shibayama
6613fd85c2 Add tarfile module 2022-10-19 17:59:20 +09:00
Shunsuke Shibayama
c73b4a34c5 Update env.rs 2022-10-19 17:26:18 +09:00
Shunsuke Shibayama
87170f9bb3 Implement module compatibility checking 2022-10-19 17:21:37 +09:00
Shunsuke Shibayama
f8dc56b1be Remove Rust-defined Python modules 2022-10-19 09:36:57 +09:00
Shunsuke Shibayama
e0d6b93abd Remove rust-defined python modules 2022-10-19 01:50:14 +09:00
Shunsuke Shibayama
a0714b218c Implement helper methods for AST/HIR construction 2022-10-18 18:30:09 +09:00
Shunsuke Shibayama
ae15f95191 Fix bugs 2022-10-18 17:17:56 +09:00
Shunsuke Shibayama
afcf21787d Update version (nightly) 2022-10-18 11:34:34 +09:00
Shunsuke Shibayama
4bb367f258 Impl subroutine type with default parameters 2022-10-18 10:50:41 +09:00
Shunsuke Shibayama
eadfe9794a Update codegen.rs 2022-10-18 10:30:24 +09:00
Shunsuke Shibayama
d0456ec1ee Implement default parameter 2022-10-18 10:27:57 +09:00
Shunsuke Shibayama
af65a48355 Update codeobj.rs 2022-10-18 00:40:04 +09:00
Shunsuke Shibayama
46b87e1ca3 Fix: variable to have VarInfo instead of Type 2022-10-18 00:25:47 +09:00
Shunsuke Shibayama
119a326ebb Create subprocess.d.er 2022-10-17 11:28:18 +09:00
Shunsuke Shibayama
cc2b3c4b11 Delete prelude.er (-> _prelude.er) 2022-10-17 11:28:08 +09:00
Shunsuke Shibayama
1154a54c39 Fix bugs 2022-10-17 02:08:04 +09:00
Shunsuke Shibayama
1531d45108 Add lint module 2022-10-17 00:39:37 +09:00
Shunsuke Shibayama
a565206330 Add Nat class 2022-10-16 21:11:16 +09:00
Shunsuke Shibayama
7bc37aa14a Change the structure of the .erg directory 2022-10-16 12:04:39 +09:00
Shunsuke Shibayama
8c6997d3c9 Add os module 2022-10-16 11:33:21 +09:00
Shunsuke Shibayama
679222cf4a Remove no_build_rs feature 2022-10-16 10:33:20 +09:00
Shunsuke Shibayama
afd8d33d49 Add no_build_rs feature 2022-10-15 12:13:09 +09:00
Shunsuke Shibayama
a1688b972b Update version (v0.5.9) 2022-10-15 11:17:05 +09:00
Shunsuke Shibayama
4e2b36bb96 Fix projection type inference bug 2022-10-15 11:15:16 +09:00
Cai Bingjun
198117413f trifle 2022-10-14 21:01:52 +08:00
Shunsuke Shibayama
65254a19e5 Add HIRDesugerer::desugar_class_member 2022-10-14 16:04:14 +09:00
Shunsuke Shibayama
b3428d8129 Refactor 2022-10-14 15:12:37 +09:00
Shunsuke Shibayama
435c3c963e Fix #207 2022-10-14 14:49:38 +09:00
Shunsuke Shibayama
40247a0891
Merge pull request #208 from C-BJ/main
compiler: Improve error messages
2022-10-14 14:47:43 +09:00
Shunsuke Shibayama
0db5e85cc8 Update error.rs 2022-10-14 14:42:31 +09:00
Shunsuke Shibayama
42a9c4b4d9 Add desugar_hir.rs 2022-10-14 11:50:28 +09:00
Shunsuke Shibayama
7776297de2 Fix inferring bug 2022-10-14 09:46:42 +09:00
Shunsuke Shibayama
d0fa924ea8 Fix visibility checking 2022-10-14 02:41:17 +09:00
Shunsuke Shibayama
d3d250580b WIP: trait implementation checking 2022-10-14 02:25:31 +09:00
Shunsuke Shibayama
145152575c Change grow's type 2022-10-14 01:07:14 +09:00
Shunsuke Shibayama
98460202df Update hir.rs 2022-10-14 01:04:43 +09:00
Shunsuke Shibayama
1b16f80b76 Update error.rs 2022-10-14 01:03:23 +09:00
Shunsuke Shibayama
1229179bbc Update instantiate.rs 2022-10-14 01:02:17 +09:00
Shunsuke Shibayama
8571d7ff69 Update compare.rs 2022-10-14 01:01:46 +09:00
Shunsuke Shibayama
a3f6bf2c82 Update parse.rs 2022-10-14 01:01:17 +09:00
Cai Bingjun
856052ddb9
compiler: Improve error messages 2022-10-13 20:39:39 +08:00
Shunsuke Shibayama
72e8242843 Fix bugs 2022-10-13 18:27:13 +09:00