Ryan Chandler
|
89c96f13e8
|
chore: format
|
2022-09-13 00:26:59 +01:00 |
|
Ryan Chandler
|
1e94b05ba6
|
lexer: fix nullsafe arrow token skipping too many characters
|
2022-09-13 00:25:59 +01:00 |
|
Ryan Chandler
|
d85913665f
|
chore: format
|
2022-09-12 15:16:07 +01:00 |
|
Ryan Chandler
|
fb8915819d
|
parser: support for error suppress expressions
|
2022-09-12 15:15:18 +01:00 |
|
Ryan Chandler
|
04d9c3be55
|
chore: format
|
2022-09-12 13:00:17 +01:00 |
|
Ryan Chandler
|
9953be3ab1
|
parser: add special Type::Void case
|
2022-09-12 12:48:52 +01:00 |
|
Ryan Chandler
|
c4fdc85d64
|
parser: support multiple unions and intersections
|
2022-09-12 12:45:31 +01:00 |
|
Ryan Chandler
|
bdce626104
|
lexer&parser: better support for close tags
|
2022-09-12 12:31:01 +01:00 |
|
Ryan Chandler
|
62eb62e2fe
|
chore: format
|
2022-09-12 12:09:48 +01:00 |
|
Ryan Chandler
|
22de6202e1
|
parser: add test with body for do/while
|
2022-09-12 12:09:20 +01:00 |
|
Ryan Chandler
|
a897328b69
|
parser: support do/while statements
|
2022-09-12 12:07:29 +01:00 |
|
Evan Shaw
|
af1261355a
|
Parse include and include_once
|
2022-09-12 22:29:28 +12:00 |
|
Ryan Chandler
|
1f00bb69c0
|
parser/docs: better README
|
2022-09-12 00:45:42 +01:00 |
|
Ryan Chandler
|
cd6efc57bb
|
parser: fix comments at end of class not being skipped
Closes #29.
|
2022-09-12 00:24:04 +01:00 |
|
Evan Shaw
|
681c201c3c
|
Add support for block statements
|
2022-09-12 09:00:32 +12:00 |
|
Evan Shaw
|
eec4a90fe1
|
rustfmt the rest of files
|
2022-09-12 07:45:05 +12:00 |
|
Ryan Chandler
|
aa2a6c8507
|
parser: Visitor trait for traversal
|
2022-08-22 19:05:06 +01:00 |
|
Ryan Chandler
|
a2cad0b630
|
parser: README
|
2022-08-11 14:54:32 +01:00 |
|
Ryan Chandler
|
0627e05642
|
parser: support /=
|
2022-08-10 00:50:04 +01:00 |
|
Ryan Chandler
|
a83f1b80bb
|
parser: support double/float cast
|
2022-08-10 00:46:27 +01:00 |
|
Ryan Chandler
|
5a44de9650
|
parser: support int cast
|
2022-08-10 00:41:35 +01:00 |
|
Ryan Chandler
|
976e303a8a
|
parser: skip comments in expect macro
|
2022-08-10 00:39:41 +01:00 |
|
Ryan Chandler
|
479ed3a0eb
|
parser: add namespace as soft reserved
|
2022-08-10 00:38:00 +01:00 |
|
Ryan Chandler
|
ab1adb19a0
|
parser: skip more comments...
|
2022-08-10 00:37:24 +01:00 |
|
Ryan Chandler
|
d97e23db94
|
parser: support array type in class props
|
2022-08-10 00:35:54 +01:00 |
|
Ryan Chandler
|
4068931aa1
|
parser: support named args in new expressions
|
2022-08-10 00:34:22 +01:00 |
|
Ryan Chandler
|
cd45e0a423
|
parser: add support for (bool) cast
|
2022-08-10 00:31:00 +01:00 |
|
Ryan Chandler
|
25af26339e
|
parser: support simple variable in property and method calls
|
2022-08-10 00:28:58 +01:00 |
|
Ryan Chandler
|
efc6e7e7b9
|
parser: support -= op
|
2022-08-10 00:26:59 +01:00 |
|
Ryan Chandler
|
f273edc2ee
|
parser: add support for *=
|
2022-08-10 00:25:11 +01:00 |
|
Ryan Chandler
|
0a13a9f334
|
parser: support ??= ops
|
2022-08-10 00:23:10 +01:00 |
|
Ryan Chandler
|
f226316d44
|
parser: add support for static scope variables
|
2022-08-10 00:21:24 +01:00 |
|
Ryan Chandler
|
e7e4a361d5
|
parser: support promoted properties in methods
|
2022-08-09 21:33:42 +01:00 |
|
Ryan Chandler
|
fa7472f616
|
parser: allow fqn and qualified names in extends & implements
|
2022-08-09 21:28:43 +01:00 |
|
Ryan Chandler
|
874e59d270
|
parser: support nullsafe property fetch
|
2022-08-09 21:27:07 +01:00 |
|
Ryan Chandler
|
529bc6f40f
|
parser: allow static as type
|
2022-08-09 21:19:03 +01:00 |
|
Ryan Chandler
|
7ff2cb2c80
|
parser: skip comments in even more places
|
2022-08-09 21:16:24 +01:00 |
|
Ryan Chandler
|
a76b8d54ef
|
parser: skip some more comments
|
2022-08-09 21:02:36 +01:00 |
|
Ryan Chandler
|
6ac532becb
|
parser: skip comments in more places for now
|
2022-08-09 21:01:29 +01:00 |
|
Ryan Chandler
|
0faf161ed9
|
parser: support splatting args into method call and dynamic property/method calls
|
2022-08-09 20:57:55 +01:00 |
|
Ryan Chandler
|
e4ad01c545
|
parser: support while statements
|
2022-08-09 20:32:49 +01:00 |
|
Ryan Chandler
|
18919dc235
|
parser: support named arguments
|
2022-08-09 14:16:09 +01:00 |
|
Ryan Chandler
|
af2b8fc5eb
|
parser: support method calls on static
|
2022-08-09 12:07:09 +01:00 |
|
Ryan Chandler
|
ef1ccd7bda
|
parser: bodge comments between expressions
|
2022-08-09 12:03:16 +01:00 |
|
Ryan Chandler
|
2fb879b763
|
parser: support short-hand ternaries
|
2022-08-09 12:00:35 +01:00 |
|
Ryan Chandler
|
dc4cb10ac3
|
parser: add match as soft reserved keyword
|
2022-08-09 11:56:23 +01:00 |
|
Ryan Chandler
|
e8fe61e430
|
parser: add default and enum as soft reserved keywords
|
2022-08-09 11:55:42 +01:00 |
|
Ryan Chandler
|
5309451588
|
parser: allow using array & callable at type strings
|
2022-08-09 11:54:47 +01:00 |
|
Ryan Chandler
|
626af3e31c
|
parser: bodge comments by skipping them in classes
|
2022-08-09 11:50:35 +01:00 |
|
Ryan Chandler
|
5e6f976f29
|
parser: support object cast prefix ops
|
2022-08-09 11:49:06 +01:00 |
|