Commit graph

1130 commits

Author SHA1 Message Date
Slug
68e0622efb
Merge pull request #313 from GreasySlug/main
Fix syntax is ignore after multi-line comment
2022-12-26 21:03:15 +09:00
GreasySlug
d329650bcf update: whitespace after multi comment is an error 2022-12-26 20:15:17 +09:00
Shunsuke Shibayama
a1673e83c9 Update register.rs 2022-12-26 17:20:01 +09:00
Shunsuke Shibayama
a0b062a972 Update register.rs 2022-12-26 16:47:18 +09:00
Shunsuke Shibayama
7d458549be Update lower.rs 2022-12-26 16:43:30 +09:00
GreasySlug
36942adf09 fix: consume token and check indent after comment 2022-12-26 16:05:35 +09:00
Shunsuke Shibayama
0584d106ed Update __init__.d.er 2022-12-25 23:42:37 +09:00
Shunsuke Shibayama
43a3fa6e30 eliminate lpop and use into_iter 2022-12-25 20:22:03 +09:00
Shunsuke Shibayama
c59cace06b Update version (0.6.0) 2022-12-25 18:54:22 +09:00
Shunsuke Shibayama
1c607cfe5b Update register.rs 2022-12-25 18:02:06 +09:00
Shunsuke Shibayama
9e9f7d3402 Update register.rs 2022-12-25 17:39:15 +09:00
Shunsuke Shibayama
099b4587e5 Fix broken tests 2022-12-25 12:37:41 +09:00
Shunsuke Shibayama
46418987c1 Add Dummy marker 2022-12-25 01:50:19 +09:00
Shunsuke Shibayama
b8e575ea99 Improve: allow type declarations before variable definitions 2022-12-25 01:36:41 +09:00
Shunsuke Shibayama
ee04d96487 Update hint.rs 2022-12-24 17:55:56 +09:00
Shunsuke Shibayama
34ea4be7ed Update register.rs 2022-12-24 17:46:16 +09:00
Shunsuke Shibayama
2fe6fc1dc5 Fix #310 2022-12-24 15:58:24 +09:00
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