Shunsuke Shibayama
|
0a24c0cb77
|
fix: dict update! bug
|
2023-10-14 21:38:12 +09:00 |
|
Shunsuke Shibayama
|
f1d71e0dab
|
feat: add [x; _] literal
|
2023-10-02 20:49:21 +09:00 |
|
Shunsuke Shibayama
|
bbac0a39a1
|
chore: remove pre_block and add GuardClause
|
2023-09-27 21:43:36 +09:00 |
|
Shunsuke Shibayama
|
e412d63f26
|
fix: short circuit bug
|
2023-09-27 19:04:10 +09:00 |
|
Shunsuke Shibayama
|
f561eebc2f
|
chore: improve pattern match
|
2023-09-27 11:59:20 +09:00 |
|
Shunsuke Shibayama
|
5c757b83f5
|
Update codegen.rs
|
2023-09-26 23:08:02 +09:00 |
|
Shunsuke Shibayama
|
b33ce38ed5
|
chore: add DefBody::pre_block
|
2023-09-20 12:32:25 +09:00 |
|
Shunsuke Shibayama
|
6787c9398f
|
fix: codegen bug
|
2023-09-16 20:42:20 +09:00 |
|
Shunsuke Shibayama
|
9db9348dc5
|
feat: support decorator
|
2023-09-16 16:29:14 +09:00 |
|
Shunsuke Shibayama
|
aacdca31b8
|
fix: Python 3.7~3.8 bugs
|
2023-09-13 11:09:30 +09:00 |
|
Shunsuke Shibayama
|
75c1ac733c
|
fix: Python 3.9 bugs
|
2023-09-13 03:00:03 +09:00 |
|
Shunsuke Shibayama
|
f157673c59
|
fix: dynamic container type check
|
2023-09-13 00:37:36 +09:00 |
|
Shunsuke Shibayama
|
abb025afd4
|
fix: symop codegen bug
|
2023-09-09 17:29:19 +09:00 |
|
Shunsuke Shibayama
|
edd80e4543
|
fix: subtract overflow
|
2023-09-05 20:59:01 +09:00 |
|
Shunsuke Shibayama
|
0c89ca99cd
|
chore: impl TryFrom<Expr> for $Variant
|
2023-09-02 00:55:51 +09:00 |
|
Shunsuke Shibayama
|
d42411bb05
|
fix: codegen bug
|
2023-08-29 03:18:48 +09:00 |
|
Shunsuke Shibayama
|
8d8a1b5d53
|
fix: closure codegen bug
|
2023-08-29 00:37:05 +09:00 |
|
Shunsuke Shibayama
|
4acace41de
|
chore: embed lambda id
|
2023-08-28 18:39:10 +09:00 |
|
Shunsuke Shibayama
|
952e6ccd2e
|
fix: array pattern matching
|
2023-08-27 20:29:40 +09:00 |
|
Shunsuke Shibayama
|
b826d05d8f
|
chore: add Token::new_fake
|
2023-08-27 17:16:36 +09:00 |
|
Shunsuke Shibayama
|
06c14c35e5
|
chore: add Token::col_end
|
2023-08-27 16:49:01 +09:00 |
|
Shunsuke Shibayama
|
936b6e2f95
|
chore: eliminate clippy warns
|
2023-08-24 23:38:27 +09:00 |
|
Shunsuke Shibayama
|
95595ef67c
|
fix: array type checking bug
|
2023-08-19 22:04:06 +09:00 |
|
Shunsuke Shibayama
|
5affa5065f
|
fix: dynamic type checking bugs
|
2023-08-19 16:34:07 +09:00 |
|
Shunsuke Shibayama
|
a6b72ea636
|
Update codegen.rs
|
2023-08-19 01:34:20 +09:00 |
|
Shunsuke Shibayama
|
2e9fb48f2e
|
fix: in operator
* remove `In` trait, `__in__`, `__notin__` function
* desugar to `__contains__`
* impl Collection for Array, Set, Tuple
|
2023-08-13 01:01:06 +09:00 |
|
Shunsuke Shibayama
|
bd023c70d2
|
chore: improve error display
|
2023-08-04 16:24:03 +09:00 |
|
Shunsuke Shibayama
|
bb0607339d
|
perf: optimize codegen
|
2023-07-28 01:51:40 +09:00 |
|
Shunsuke Shibayama
|
4dff4746b8
|
fix: with codegen bug
|
2023-07-24 02:11:42 +09:00 |
|
Shunsuke Shibayama
|
962c006949
|
fix: for codegen bug
|
2023-07-24 01:24:20 +09:00 |
|
Shunsuke Shibayama
|
c9aff96850
|
Update codegen.rs
|
2023-07-24 00:44:41 +09:00 |
|
Shunsuke Shibayama
|
4053e1646f
|
Merge branch 'main' into codegen-bug
|
2023-07-23 23:27:56 +09:00 |
|
Shunsuke Shibayama
|
bea413460a
|
fix: codegen bugs (3.8~3.10)
|
2023-07-23 23:17:28 +09:00 |
|
Shunsuke Shibayama
|
dc28905959
|
fix: for codegen bug
|
2023-07-18 21:27:04 +09:00 |
|
Shunsuke Shibayama
|
0152e368ab
|
feat: support Array , Str , Bytes slice
|
2023-07-15 12:29:07 +09:00 |
|
Shunsuke Shibayama
|
3a01d71fe8
|
fix: display opcode 3.7/3.9
|
2023-07-12 01:16:06 +09:00 |
|
Shunsuke Shibayama
|
dc86be1125
|
fix: if codegen bug
|
2023-07-09 22:27:42 +09:00 |
|
Shunsuke Shibayama
|
98c4b480b7
|
fix: while codegen bug
|
2023-07-09 21:34:12 +09:00 |
|
Shunsuke Shibayama
|
7be1d42c03
|
fix: match codegen bug
|
2023-07-09 21:07:10 +09:00 |
|
Shunsuke Shibayama
|
3f9e70bd9d
|
fix: Self type bugs
|
2023-07-08 13:17:09 +09:00 |
|
Shunsuke Shibayama
|
53cd052dc3
|
fix: module member resolution bug
|
2023-06-29 16:07:21 +09:00 |
|
Shunsuke Shibayama
|
805555a097
|
fix: HIR linking
|
2023-06-29 11:50:59 +09:00 |
|
Shunsuke Shibayama
|
dc1b34bc10
|
test: add a bad pattern
|
2023-06-28 01:03:17 +09:00 |
|
Shunsuke Shibayama
|
3e137da0a1
|
WIP: support cyclic modules
|
2023-06-28 00:38:41 +09:00 |
|
Shunsuke Shibayama
|
d697d40760
|
fix: codegen bug
|
2023-06-17 16:18:33 +09:00 |
|
Shunsuke Shibayama
|
d6f30924f1
|
chore: add FreshNameGenerator
|
2023-06-10 15:31:26 +09:00 |
|
Shunsuke Shibayama
|
d75ac0c17b
|
chore: add erg_common::io module
|
2023-06-09 12:11:13 +09:00 |
|
Shunsuke Shibayama
|
d4b78eb020
|
fix: distinguish between access to class/instance attr
|
2023-06-08 22:17:52 +09:00 |
|
Shunsuke Shibayama
|
4137a07b70
|
chore(els): impl hover/jump for type specification
|
2023-06-02 10:54:31 +09:00 |
|
Shunsuke Shibayama
|
0603998bfc
|
chore: add Context::convert_value_into_type
|
2023-05-03 15:03:28 +09:00 |
|