Commit graph

3618 commits

Author SHA1 Message Date
Shunsuke Shibayama
a6e7a39753 fix: nested module bug 2024-01-31 12:11:20 +09:00
Shunsuke Shibayama
20b1993714 Update inquire.rs 2024-01-31 02:37:16 +09:00
Shunsuke Shibayama
5122f28c95 Update register.rs 2024-01-31 01:48:45 +09:00
Shunsuke Shibayama
107e5a03ec
Merge pull request #481 from erg-lang/general_pred
Enhance dependent types & refinement types
2024-01-31 01:20:57 +09:00
Shunsuke Shibayama
83cb2253e9 Update test.rs 2024-01-31 00:53:06 +09:00
Shunsuke Shibayama
b58a542f8e feat: add const Str::{isalpha, isascii, isdecimal} 2024-01-31 00:47:28 +09:00
Shunsuke Shibayama
bedf3e2f4b fix: const Dict::{keys, values, items} 2024-01-30 15:01:19 +09:00
Shunsuke Shibayama
d6e6914662 feat: add const Str::{endswith, find, join, startswith} 2024-01-30 12:37:07 +09:00
Shunsuke Shibayama
284146843b fix: refinement type bug 2024-01-30 12:18:27 +09:00
Shunsuke Shibayama
276583d8ef feat: add const reversed/sum/Str::replace 2024-01-30 11:01:45 +09:00
Shunsuke Shibayama
7ed39e3281 fix: dependent refinement type bug 2024-01-30 01:06:03 +09:00
Shunsuke Shibayama
d748333a0f feat: add const filter/max/min/not/str/zip 2024-01-29 20:54:30 +09:00
Shunsuke Shibayama
d1fa616aea feat: eval const call/lambda in refinement types
rename: `Shape` -> `HasShape`
2024-01-29 18:10:26 +09:00
Shunsuke Shibayama
d59a4e82d3 feat: const abs/all/any/len/map 2024-01-29 13:29:39 +09:00
Shunsuke Shibayama
f0e47201bf fix: param type instantiation bug 2024-01-29 13:20:40 +09:00
Shunsuke Shibayama
0f3d228997 fix: type-parameter unification bug 2024-01-29 02:09:24 +09:00
Shunsuke Shibayama
6b5af0ffb4 chore: fix type variance bug 2024-01-28 23:12:48 +09:00
Shunsuke Shibayama
ccb54e0115 feat!: remove dot, cross operator 2024-01-28 22:19:15 +09:00
Shunsuke Shibayama
06a4a6e5fc feat: add Predicate::General{Less, Greater, Not}Equal 2024-01-28 20:24:14 +09:00
Shunsuke Shibayama
8350ad0581 chore: improve refinement types display 2024-01-28 19:34:03 +09:00
Shunsuke Shibayama
4393649ffc feat: add Predicate::{Call, GeneralEqual} 2024-01-28 18:33:00 +09:00
Shunsuke Shibayama
2939c740a7 build: update version (nightly.0) 2024-01-27 17:04:16 +09:00
Shunsuke Shibayama
69bfe44314 feat(els): continue analysis as possible even if syntax errors occur 2024-01-27 17:01:50 +09:00
Shunsuke Shibayama
366141b4a3 fix(els): don't show irrelevant parse errors 2024-01-27 16:18:00 +09:00
Shunsuke Shibayama
8f352e9379 feat(els): crash recovery 2024-01-27 02:29:54 +09:00
Shunsuke Shibayama
8e59f08afd fix(els): workspace diagnostics bug 2024-01-27 02:05:23 +09:00
Shunsuke Shibayama
910d5f62e9 fix(lexer): token location bug 2024-01-27 01:32:49 +09:00
Shunsuke Shibayama
ddefa6185e Update pathlib.d.er 2024-01-26 21:49:46 +09:00
Shunsuke Shibayama
5e359d099e chore(els): do not display internal error info 2024-01-26 19:49:07 +09:00
Shunsuke Shibayama
ca04076f77 fix: path resolution bug 2024-01-26 19:30:41 +09:00
Shunsuke Shibayama
efea5ae52f fix: incomplete polymorphic type instantiation 2024-01-25 01:57:38 +09:00
Shunsuke Shibayama
0f8d645d77 fix: path resolution bug 2024-01-25 01:50:44 +09:00
Shunsuke Shibayama
a56342c695 chore: display module type (shortened) path 2024-01-24 22:51:12 +09:00
Shunsuke Shibayama
c514d0d83d fix(els): rename not working 2024-01-24 22:15:58 +09:00
Shunsuke Shibayama
2fdf5224b5 build: update version (v0.6.29) 2024-01-23 02:28:48 +09:00
Shunsuke Shibayama
6a6fd76801
Merge pull request #479 from erg-lang/ext-pkg
Support external package importing
2024-01-23 02:27:25 +09:00
Shunsuke Shibayama
c6f84f0d1c feat: import local packages 2024-01-23 02:06:09 +09:00
Shunsuke Shibayama
5dcc688908 doc: update pack.md 2024-01-23 00:46:34 +09:00
Shunsuke Shibayama
378567ad2d feat(els): recognize packages 2024-01-22 13:08:15 +09:00
Shunsuke Shibayama
ab659ccb35 feat: import external packages 2024-01-22 11:43:38 +09:00
Shunsuke Shibayama
67fefd196c feat(els): add Scheduler 2024-01-22 00:26:58 +09:00
Shunsuke Shibayama
20a94b806a fix: assert de-optimization bug 2024-01-21 13:10:47 +09:00
Shunsuke Shibayama
cfc2214bfb fix: path handling bug 2024-01-21 02:26:58 +09:00
Shunsuke Shibayama
74d304a1b7 chore: get builtin module context without lock 2024-01-21 01:44:29 +09:00
Shunsuke Shibayama
0c7f02db18 fix: NoneType codegen bug 2024-01-06 17:02:52 +09:00
Shunsuke Shibayama
5843135df6 test: add assert casting test suites 2024-01-06 15:28:32 +09:00
Shunsuke Shibayama
bbf9a429a4 refactor: fix typos 2024-01-06 14:42:49 +09:00
Shunsuke Shibayama
1aa0123ce6 feat: add pack subcommand 2024-01-06 01:14:21 +09:00
Shunsuke Shibayama
5b74077955 doc: update tools/pack.md 2024-01-06 00:39:09 +09:00
Shunsuke Shibayama
74f3bad52e Update exception.er 2024-01-06 00:06:12 +09:00