Commit graph

532 commits

Author SHA1 Message Date
Hanaasagi
685a573516 chore: fix typo 2023-05-07 03:33:21 +09:00
Hanaasagi
6b3fa8584a fix(pystd): sync some decls in typing module 2023-05-07 03:28:43 +09:00
Shunsuke Shibayama
5c5c46d960 fix: __call__ resolution bug 2023-05-06 21:37:54 +09:00
Shunsuke Shibayama
e8117f83f9 fix: Inherit param bug 2023-05-06 19:22:23 +09:00
Shunsuke Shibayama
44930f1c25 fix: type declaration bugs 2023-05-06 00:09:56 +09:00
Shunsuke Shibayama
b04ef87044 Update case.d.er 2023-05-05 18:08:01 +09:00
Shunsuke Shibayama
982bbd1405 feat: add unittest module 2023-05-05 17:36:00 +09:00
Shunsuke Shibayama
ffb7e4bbba fix: import bugs 2023-05-05 17:32:51 +09:00
Shunsuke Shibayama
192b583678 fix: no-panic Context::register_marker_trait 2023-05-05 15:47:40 +09:00
Shunsuke Shibayama
00b02dc019 feat: enhance logging module definitions 2023-05-05 13:47:37 +09:00
Shunsuke Shibayama
d171138904 feat: add decimal/fractions/numbers modules 2023-05-05 12:40:47 +09:00
Shunsuke Shibayama
cf7c75dca8 fix: crash by inc_ref 2023-05-05 12:10:45 +09:00
Shunsuke Shibayama
36885e34c3 fix: boundary checking bugs 2023-05-05 00:52:31 +09:00
Shunsuke Shibayama
d573d07f20 chore: enhance the compile-time evaluator 2023-05-04 22:12:58 +09:00
Shunsuke Shibayama
2fce9bda3b fix(els): eliminate unwraps 2023-05-04 19:05:27 +09:00
Shunsuke Shibayama
078f80e949 Update zipfile.d.er 2023-05-04 14:01:11 +09:00
Shunsuke Shibayama
752640eb02 fix: Context::register_marker_trait 2023-05-04 13:35:40 +09:00
Shunsuke Shibayama
a84c7854ea Create abc.d.er 2023-05-04 12:43:21 +09:00
Shunsuke Shibayama
b13a09f1c4 doc: update compiler/phases/10_codegen.md & add runtime.md 2023-05-04 12:30:40 +09:00
Shunsuke Shibayama
d1dc1e60e7 Update inquire.rs 2023-05-04 00:14:07 +09:00
Shunsuke Shibayama
30d2dc52a3 feat: add SetIterator/TupleIterator 2023-05-04 00:00:09 +09:00
Shunsuke Shibayama
0603998bfc chore: add Context::convert_value_into_type 2023-05-03 15:03:28 +09:00
Shunsuke Shibayama
730886021e feat: add special namespaces module/global 2023-05-03 14:32:09 +09:00
Shunsuke Shibayama
c4a0efae08 feat: add Python API type definitions 2023-05-03 00:54:05 +09:00
Shunsuke Shibayama
3436b5eb02 Update inquire.rs 2023-05-02 23:40:27 +09:00
Shunsuke Shibayama
3f2793f915 chore: remove TokenKind::NoImplLit 2023-05-02 23:11:51 +09:00
Shunsuke Shibayama
c683049b0e Update declare.rs 2023-05-02 22:54:43 +09:00
Shunsuke Shibayama
456201fb49 fix: type-spec parsing bugs 2023-05-02 22:46:37 +09:00
Shunsuke Shibayama
c84294fc11 chore(els): let FileCache: Send + Sync 2023-05-01 23:27:53 +09:00
Shunsuke Shibayama
591440333a Create sqlite3.d.er 2023-05-01 00:35:48 +09:00
Shunsuke Shibayama
f8e7b1376f Create dataclasses.d.er 2023-05-01 00:16:03 +09:00
Shunsuke Shibayama
dd719831d7 Create pprint.d.er 2023-05-01 00:04:31 +09:00
Shunsuke Shibayama
a55653d07c Update inquire.rs 2023-04-30 20:07:06 +09:00
Shunsuke Shibayama
bd95ab8221 fix: PreDeclTypeSpec bugs
SimpleTypeSpec -> Identifier/PolyTypeSpec
2023-04-30 19:29:47 +09:00
Shunsuke Shibayama
1cdbef671e fix: py-compat mode bugs 2023-04-29 23:41:56 +09:00
Shunsuke Shibayama
882d619dcc fix: type-parameter instantiation bugs 2023-04-29 23:14:39 +09:00
Shunsuke Shibayama
1df51cb12c feat: add IO! trait 2023-04-29 22:39:12 +09:00
Shunsuke Shibayama
68a233e6c3 fix: type-parameter instantiation bugs
add `itertools` module type definition
2023-04-29 22:38:36 +09:00
Shunsuke Shibayama
f6dc7074b4 Update register.rs 2023-04-29 14:28:13 +09:00
Shunsuke Shibayama
0b0c663792 fix: a type casting bug 2023-04-29 14:20:10 +09:00
Shunsuke Shibayama
a96b0102cd fix: dict subtyping bugs 2023-04-29 11:38:25 +09:00
Shunsuke Shibayama
1ef11fc2b9 feat(els): improve doc-comment display 2023-04-28 23:48:45 +09:00
Shunsuke Shibayama
443765a18b feat: enhance type definitions in io/socket 2023-04-28 21:20:30 +09:00
Shunsuke Shibayama
219611b813 fix: display error instead of crash when ERG_PATH is not found 2023-04-27 16:44:06 +09:00
Shunsuke Shibayama
245d9eee84 fix: dict typing bugs 2023-04-27 15:51:56 +09:00
Shunsuke Shibayama
630d4d64db Update mod.rs 2023-04-27 14:08:23 +09:00
Shunsuke Shibayama
1e72cf20f1 fix: casting bugs 2023-04-27 13:58:15 +09:00
Shunsuke Shibayama
66cac2ccc2 fix: bugs & remove TypeCmpCache 2023-04-27 13:10:33 +09:00
Shunsuke Shibayama
b3e09f213f fix: type inference failure of as operator
Now the `as` operator is a kind of type ascription, i.e., a special operator.
2023-04-26 23:41:35 +09:00
Shunsuke Shibayama
6cb4e75fea feat: add bit operators &&/||/^^ 2023-04-25 09:55:20 +09:00