Ryan Chandler
|
1beb4e5634
|
chore: format
|
2022-09-19 11:25:15 +01:00 |
|
Ryan Chandler
|
2492a82bcc
|
parser: support short foreach statement
|
2022-09-19 11:24:45 +01:00 |
|
Evan Shaw
|
4cfdf36b25
|
Parse interpolated strings
|
2022-09-18 11:41:30 +12:00 |
|
Ryan Chandler
|
e7dd32e2b0
|
parser: abstract colon expectations
|
2022-09-16 23:51:34 +01:00 |
|
Ryan Chandler
|
68abf6a3c6
|
chore: format
|
2022-09-16 23:47:43 +01:00 |
|
Ryan Chandler
|
dc67ca1040
|
parser: support short-hand else
|
2022-09-16 23:47:32 +01:00 |
|
Ryan Chandler
|
1eae564bca
|
parser: support shorthand elseifs
|
2022-09-16 23:45:07 +01:00 |
|
Ryan Chandler
|
425a5e12af
|
parser: support a basic shorthand if
|
2022-09-16 23:40:32 +01:00 |
|
Ryan Chandler
|
d19f7d5827
|
parser: add basic short if test case
|
2022-09-16 23:34:38 +01:00 |
|
Ryan Chandler
|
afa88ee664
|
parser: support all forms of yield/yield from
|
2022-09-16 23:18:31 +01:00 |
|
Ryan Chandler
|
6820d09938
|
parser: support empty yield expressions
|
2022-09-16 23:08:38 +01:00 |
|
Ryan Chandler
|
27d5705f85
|
parser/lexer: implement all assignment ops
|
2022-09-16 16:16:14 +01:00 |
|
Ryan Chandler
|
79bf633fac
|
chore: format
|
2022-09-16 15:20:49 +01:00 |
|
Ryan Chandler
|
e2065bf029
|
parser: support logical and, or, xor op
|
2022-09-16 15:20:16 +01:00 |
|
Ryan Chandler
|
a6388b3c57
|
parser: support <=> op
|
2022-09-16 15:16:23 +01:00 |
|
Ryan Chandler
|
a7d74e6b2d
|
parser/lexer: support <> op
|
2022-09-16 15:14:46 +01:00 |
|
Ryan Chandler
|
d99d931107
|
parser: support bitwise xor
|
2022-09-16 15:11:54 +01:00 |
|
Ryan Chandler
|
459bc0f0fb
|
parser: support bitwise & and | op
|
2022-09-16 15:10:43 +01:00 |
|
Ryan Chandler
|
274fc7c0d6
|
parser: support left and right shift op
|
2022-09-16 15:09:10 +01:00 |
|
Ryan Chandler
|
fb8ebd2484
|
parser: support % op
|
2022-09-16 15:07:41 +01:00 |
|
Ryan Chandler
|
d4c9db4203
|
parser: support print expressions
|
2022-09-16 14:59:44 +01:00 |
|
Ryan Chandler
|
4ea318d42e
|
parser: support pre dec/inc ops
|
2022-09-16 14:54:48 +01:00 |
|
Ryan Chandler
|
33a481f13a
|
parser/lexer: support unary bitwise not
|
2022-09-16 14:47:06 +01:00 |
|
Ryan Chandler
|
b6f61bb344
|
parser: support unary plus op
|
2022-09-16 14:43:44 +01:00 |
|
Ryan Chandler
|
dee9eb7f23
|
parser/lexer: support all types of prefix cast
|
2022-09-16 14:37:06 +01:00 |
|
Ryan Chandler
|
0d8eea9ca6
|
all: clippy
|
2022-09-16 14:25:01 +01:00 |
|
Ryan Chandler
|
7ea487f026
|
chore: format
|
2022-09-16 14:21:25 +01:00 |
|
Ryan Chandler
|
25f6e7ca45
|
parser: abstract call argument parsing logic
|
2022-09-16 14:20:54 +01:00 |
|
Ryan Chandler
|
4dcb84b428
|
chore: format
|
2022-09-16 11:31:38 +01:00 |
|
Ryan Chandler
|
5420b42f57
|
parser: fix new expressions being parsed incorrectly
|
2022-09-16 11:30:41 +01:00 |
|
Ryan Chandler
|
9ca03f5fdd
|
parser: support unpacking array items
|
2022-09-16 11:21:18 +01:00 |
|
Ryan Chandler
|
18b91ce1cd
|
parser: support braced static method calls
|
2022-09-16 11:10:05 +01:00 |
|
Ryan Chandler
|
d757358bea
|
parser: support variable static method calls
|
2022-09-16 11:03:35 +01:00 |
|
Ryan Chandler
|
15e84edab6
|
parser: support static variable variable property fetches
|
2022-09-16 10:43:18 +01:00 |
|
Ryan Chandler
|
c91d7a495f
|
parser: support variable variable property fetch and method calls
|
2022-09-16 10:40:37 +01:00 |
|
Ryan Chandler
|
ac97dbf2fa
|
parser: test variable variable method calls
|
2022-09-16 10:28:16 +01:00 |
|
Ryan Chandler
|
63aa82a1cd
|
parser: support variable variables
|
2022-09-16 10:26:11 +01:00 |
|
Ryan Chandler
|
59ebb1ed2d
|
parser: add test case for call inside braced var
|
2022-09-16 10:21:37 +01:00 |
|
Ryan Chandler
|
5cc76b4f3d
|
parser: support braced variables
|
2022-09-16 10:20:38 +01:00 |
|
Ryan Chandler
|
dab4b9d8f4
|
chore: format
|
2022-09-16 10:03:28 +01:00 |
|
Ryan Chandler
|
b4b4e8340e
|
parser: support nullsafe method calls
|
2022-09-16 10:03:04 +01:00 |
|
Ryan Chandler
|
e5dfb3a7e6
|
chore: format
|
2022-09-15 01:26:30 +01:00 |
|
Ryan Chandler
|
7fcd34c037
|
parser: support false as a return type
|
2022-09-15 01:24:41 +01:00 |
|
Ryan Chandler
|
0f53506f94
|
parser: support true as a type string
|
2022-09-15 01:24:04 +01:00 |
|
Ryan Chandler
|
ebd93090fa
|
parser: support null as a type
|
2022-09-15 01:23:21 +01:00 |
|
Ryan Chandler
|
4f795e94bc
|
chore: format
|
2022-09-15 01:17:48 +01:00 |
|
Ryan Chandler
|
7bac78f039
|
parser: support label statements
|
2022-09-15 01:17:41 +01:00 |
|
Ryan Chandler
|
1f0cd664da
|
parser/lexer: add support for goto statements
|
2022-09-15 01:15:52 +01:00 |
|
Ryan Chandler
|
1643b8b122
|
chore: format
|
2022-09-15 01:09:19 +01:00 |
|
Ryan Chandler
|
17b37157ce
|
parser: support first class callables on static method calls
|
2022-09-15 01:06:42 +01:00 |
|