Commit graph

120 commits

Author SHA1 Message Date
Shunsuke Shibayama
ec539b013f fix: type specification bugs 2024-10-04 15:57:22 +09:00
Shunsuke Shibayama
b854eb7126 fix: minor bugs
update deps
2024-09-26 18:18:27 +09:00
Shunsuke Shibayama
a1ffcf0a35 feat: support f-string 2024-09-21 13:37:53 +09:00
Shunsuke Shibayama
e899546687 Update convert.rs 2024-08-22 14:39:52 +09:00
Shunsuke Shibayama
e3a9720159 fix: signature help not working 2024-08-20 22:32:44 +09:00
Shunsuke Shibayama
f5503d6f9e feat: support arguments expansion 2024-08-20 02:53:19 +09:00
Shunsuke Shibayama
94221a6419 fix: TypeVar bug 2024-08-20 02:19:34 +09:00
Shunsuke Shibayama
6e88efebe8 feat: string literal type (forward reference) 2024-08-19 21:48:38 +09:00
Shunsuke Shibayama
67a65b5c52 feat: support glob import 2024-08-18 13:35:00 +09:00
Shunsuke Shibayama
ce12285143 feat: support TypeVar & type parameter syntax
User class generics are not yet supported
2024-08-18 13:30:22 +09:00
Shunsuke Shibayama
582906ed92 Update gen_decl.rs 2024-08-17 12:33:32 +09:00
Shunsuke Shibayama
bbe828db94 feat: type spec of reassignment 2024-08-16 15:30:47 +09:00
Shunsuke Shibayama
14d7fd3c33 fix: default param type mismatch errors don't report 2024-08-08 15:01:41 +09:00
Shunsuke Shibayama
7440f2fa46 fix: class importing bug 2024-08-06 19:40:46 +09:00
Shunsuke Shibayama
3c46a0340d feat: support workspace diagnostics
and fix some bugs
2024-07-07 12:57:52 +09:00
Shunsuke Shibayama
679a2fdadd Update gen_decl.rs 2024-06-19 01:27:49 +09:00
Shunsuke Shibayama
a088185612 feat: support slice 2024-06-16 21:30:11 +09:00
Shunsuke Shibayama
b35a26bba4 update deps 2024-04-29 23:55:01 +09:00
Shunsuke Shibayama
70c23905ae update deps 2024-03-13 03:02:26 +09:00
Shunsuke Shibayama
a988e3e52c update deps 2024-03-06 02:24:15 +09:00
Shunsuke Shibayama
84c72e6ef6 feat: support varargs 2023-12-09 20:58:10 +09:00
Shunsuke Shibayama
12a4c4c45e update deps 2023-11-04 00:59:38 +09:00
Shunsuke Shibayama
2f919b2e6f change checker: ASTLowerer -> PackageBuilder 2023-11-03 17:20:39 +09:00
Shunsuke Shibayama
058e4b97d6 Update convert.rs 2023-10-05 02:02:28 +09:00
Shunsuke Shibayama
1a4cb8db60 Update convert.rs 2023-09-11 22:21:37 +09:00
Shunsuke Shibayama
ca262b4046 build: update version (v0.0.42) 2023-09-03 03:08:15 +09:00
Shunsuke Shibayama
3d2cc3586f build: update deps 2023-07-26 21:36:16 +09:00
Shunsuke Shibayama
ecee5b7192 fix: shadowing bug 2023-07-12 14:54:33 +09:00
Shunsuke Shibayama
b781fdf474 build: update deps & internal changes 2023-07-07 01:25:16 +09:00
Shunsuke Shibayama
4098c90a19 build: update deps 2023-06-23 00:52:37 +09:00
Shunsuke Shibayama
466a3bdc77 build: update version (v0.0.32) 2023-06-10 23:38:15 +09:00
Shunsuke Shibayama
b9839553b1 Update convert.rs 2023-06-09 21:54:02 +09:00
Shunsuke Shibayama
df54032e54 build: update deps 2023-06-09 21:06:13 +09:00
Shunsuke Shibayama
25336075c1 Update convert.rs 2023-06-08 02:38:40 +09:00
Shunsuke Shibayama
39c27524ec WIP 2023-06-07 17:09:03 +09:00
Shunsuke Shibayama
d4c4f08a6f trial 2023-06-07 02:58:01 +09:00
Shunsuke Shibayama
e550dd986e Update convert.rs 2023-05-29 06:30:41 +09:00
Jeong YunWon
69d634115a trial 2023-05-29 01:11:43 +09:00
Shunsuke Shibayama
96573c2b56 fix: path resolution bugs 2023-05-25 19:59:33 +09:00
Shunsuke Shibayama
2a922504e0 fix: minor bugs 2023-05-25 01:58:20 +09:00
Shunsuke Shibayama
05835e7b0a chore: improve Union/Mapping error messages 2023-05-10 23:34:47 +09:00
Shunsuke Shibayama
8be2f4c7d4 fix: Union type can take more than 3 options 2023-05-10 23:14:24 +09:00
Shunsuke Shibayama
2c8067da95 feat: support Iterator/Sequence/Mapping 2023-05-10 00:06:10 +09:00
Shunsuke Shibayama
12cdb09559 feat: support Callable/Iterable 2023-05-03 15:14:26 +09:00
Shunsuke Shibayama
ffae325bed build: update deps
improve location acquisition of import symbols
2023-04-30 21:37:48 +09:00
Shunsuke Shibayama
b301a298b6 feat: implement default-parameter & keyword-arg 2023-04-30 00:28:10 +09:00
Shunsuke Shibayama
c47397c159 feat: support dict/tuple types 2023-04-29 12:40:46 +09:00
Shunsuke Shibayama
6702b939bf fix: collection types checking bugs 2023-04-27 16:01:37 +09:00
Shunsuke Shibayama
bd626f5c3c update deps 2023-04-12 00:56:11 +09:00
Shunsuke Shibayama
629f73d04a feat: implement Literal 2023-04-12 00:50:35 +09:00