Lukas Wirth
|
c0d6471143
|
fix: Recognize Self as a proper keyword
|
2022-03-05 23:20:06 +01:00 |
|
Chayim Refael Friedman
|
d9f0731bd2
|
Parse destructuring assignment
The only patterns we should parse are `..` in structs and `_`: the rest are either not supported or already valid expressions.
|
2022-03-02 01:51:25 +00:00 |
|
Chayim Refael Friedman
|
a1b7169b48
|
Update tests
Unfortunately, we lost some recovery for expressions.
|
2022-02-21 08:34:35 +02:00 |
|
bellau
|
0a18a050b5
|
fix handle static async and static async move
|
2022-02-13 09:09:44 +01:00 |
|
bellau
|
2008607946
|
support static move too
|
2022-02-12 16:07:58 +01:00 |
|
bellau
|
ccab6afabc
|
Fix Immovable generator syntax (static ||) not recognized #11448
|
2022-02-12 15:17:10 +01:00 |
|
Aleksey Kladov
|
8e9734e18f
|
fix line endings
|
2021-12-26 18:46:21 +03:00 |
|
Aleksey Kladov
|
b360ea91f2
|
internal: move inline parser tests to parser crate
|
2021-12-26 18:19:09 +03:00 |
|
Aleksey Kladov
|
0f74758fea
|
internal: move outlined parser tests
|
2021-12-26 17:58:33 +03:00 |
|
Aleksey Kladov
|
799941e05e
|
move tests
|
2021-12-18 14:55:20 +03:00 |
|