Commit graph

1113 commits

Author SHA1 Message Date
Shunsuke Shibayama
8077e55b90 Update tyvar.rs 2022-12-24 14:46:01 +09:00
Shunsuke Shibayama
c5e39f4a62 Fix a subtyping bug 2022-12-24 14:42:39 +09:00
Shunsuke Shibayama
68b6d31b65 Update mod.rs 2022-12-24 12:48:21 +09:00
Shunsuke Shibayama
e08b7b9a08 Add min/max 2022-12-24 12:23:43 +09:00
Shunsuke Shibayama
b8eb137f7a Update value.rs 2022-12-23 23:35:04 +09:00
Shunsuke Shibayama
450aa08cb2 Update constructors.rs 2022-12-23 23:25:33 +09:00
Shunsuke Shibayama
37a203e254 Update error.rs 2022-12-23 23:08:00 +09:00
Shunsuke Shibayama
bce00747af Update inquire.rs 2022-12-23 22:44:45 +09:00
Shunsuke Shibayama
d8f7e386c8 Enhance: empty classes can be generated by Class() 2022-12-23 22:16:22 +09:00
Slug
5b0dedd421
Merge pull request #308 from GreasySlug/main
Extract errors as methods and use them
2022-12-23 15:47:16 +09:00
Shunsuke Shibayama
bb860c3c7b Update version (beta.4) 2022-12-23 15:45:33 +09:00
GreasySlug
c1b552411d remove: todo 2022-12-23 15:38:07 +09:00
Shunsuke Shibayama
9c83663c52 Update set.rs 2022-12-23 14:46:30 +09:00
GreasySlug
593aefd139 update: extract errors as methods and use them 2022-12-23 14:15:30 +09:00
Shunsuke Shibayama
da2ff544f9 Update lower.rs 2022-12-23 01:41:50 +09:00
Shunsuke Shibayama
da9dc814e5 Remove unnecessary code 2022-12-23 01:38:14 +09:00
Shunsuke Shibayama
41592e0821 Revert "Update inquire.rs"
This reverts commit 10f6b362da.
2022-12-23 01:31:49 +09:00
Shunsuke Shibayama
10f6b362da Update inquire.rs 2022-12-23 00:56:29 +09:00
Shunsuke Shibayama
0b7495fdea Enhance: allow multiple funcdefs in Python compatible mode 2022-12-23 00:52:33 +09:00
Shunsuke Shibayama
b69ef5e093 Update register.rs 2022-12-22 23:49:21 +09:00
Shunsuke Shibayama
af3ece6a1b Fix a subtype unification bug 2022-12-22 17:56:42 +09:00
GreasySlug
4f4853244b fix: missing return err caused overflow 2022-12-22 14:06:15 +09:00
Shunsuke Shibayama
dfa119672a Minor changes 2022-12-22 09:25:11 +09:00
Shunsuke Shibayama
f677d23294 Fix #299 2022-12-22 07:59:06 +09:00
Shunsuke Shibayama
506323b7eb Fix undo leaks 2022-12-21 19:41:00 +09:00
Shunsuke Shibayama
53ce2573e0 Update error.rs 2022-12-21 19:13:59 +09:00
Shunsuke Shibayama
fca322d784 Add a testcase for subtyping.er 2022-12-21 18:46:34 +09:00
Shunsuke Shibayama
31045a338f Refactor 2022-12-21 18:13:24 +09:00
Shunsuke Shibayama
e382aca7fc Update mod.rs 2022-12-21 15:54:30 +09:00
Shunsuke Shibayama
06e0b9c1ae Fix a scope escaping bug 2022-12-21 14:32:46 +09:00
Slug
fee464945b
Merge pull request #300 from GreasySlug/fix/multi-line-comment
Fixed infinite loop if `#[` is more than `]#`
2022-12-21 14:25:26 +09:00
Shunsuke Shibayama
fb50e77cea Update lower.rs 2022-12-21 14:21:08 +09:00
Shunsuke Shibayama
08aa4054a1 Update lower.rs 2022-12-20 23:36:43 +09:00
Shunsuke Shibayama
351ac57188 Add python shadowing mode 2022-12-20 23:21:36 +09:00
Shunsuke Shibayama
b05bb67a51 Update lower.rs 2022-12-20 22:38:21 +09:00
Shunsuke Shibayama
7d25c1b54d Eliminate todo!()s 2022-12-20 18:47:50 +09:00
GreasySlug
ca359b4f7c update: add hint and show nest count 2022-12-20 13:39:19 +09:00
GreasySlug
90ba7f37d3 fix: infinite loop when #[ is more than ]# 2022-12-20 12:49:57 +09:00
Shunsuke Shibayama
5b01c048af Update lex.rs 2022-12-19 22:56:51 +09:00
Shunsuke Shibayama
24b8f3f63d Fix a pattern desugaring bug 2022-12-19 22:44:54 +09:00
Shunsuke Shibayama
ec4d668189 Fix #296 2022-12-19 21:02:01 +09:00
Shunsuke Shibayama
55d1367eeb Update version (beta.3) 2022-12-19 09:23:29 +09:00
Shunsuke Shibayama
5a7c586f8b Fix #298 2022-12-19 09:07:03 +09:00
Shunsuke Shibayama
99dfc331bb Fix #301 2022-12-19 08:50:54 +09:00
GreasySlug
ab283ee43e remove: duplicates 2022-12-18 08:09:13 +09:00
Shunsuke Shibayama
9bdb5578b0 Update codegen.rs 2022-12-17 21:46:04 +09:00
Shunsuke Shibayama
af4628fa43 Update spawn.rs 2022-12-17 18:02:39 +09:00
Shunsuke Shibayama
2d689ee698 Add large_thread feature 2022-12-17 17:59:51 +09:00
Shunsuke Shibayama
1cc17bdd5a Partially fi x #296 2022-12-17 16:44:51 +09:00
Shunsuke Shibayama
261927e0f9 Add Never 2022-12-17 12:45:35 +09:00