Ryan Chandler
|
4f64297907
|
parser: support readonly class properties
|
2022-09-13 12:08:41 +01:00 |
|
Ryan Chandler
|
5e91a16175
|
parser: support readonly classes
|
2022-09-13 12:02:20 +01:00 |
|
Evan Shaw
|
032d5539e8
|
Switch cases can be terminated with semicolons
|
2022-09-13 22:53:07 +12:00 |
|
Ryan Chandler
|
48236ceb9e
|
parser: add support for multiple constants in one statement
|
2022-09-13 11:50:40 +01:00 |
|
Ryan Chandler
|
8191b56795
|
chore: format
|
2022-09-13 11:41:53 +01:00 |
|
Ryan Chandler
|
61c04bb616
|
fix: support empty array items
|
2022-09-13 11:41:02 +01:00 |
|
Evan Shaw
|
d803e53a0a
|
Remove serde dependency
|
2022-09-13 22:24:31 +12:00 |
|
Evan Shaw
|
447b1be197
|
Use ByteString through lexer and parser
|
2022-09-13 22:03:09 +12:00 |
|
Evan Shaw
|
4c7047fbd1
|
Lex and parse in terms of bytes rather than characters
|
2022-09-13 17:01:24 +12:00 |
|
Ryan Chandler
|
d9d3ffbb47
|
parser: support declare statement with postfix block
|
2022-09-13 00:59:12 +01:00 |
|
Ryan Chandler
|
bbfce83894
|
parser: add test case for multiple declares in same statement
|
2022-09-13 00:54:01 +01:00 |
|
Ryan Chandler
|
a48258146d
|
parser: support basic declare statements
|
2022-09-13 00:53:18 +01:00 |
|
Ryan Chandler
|
ce49b01cca
|
chore: format
|
2022-09-13 00:46:58 +01:00 |
|
Ryan Chandler
|
c5e4632c15
|
parser: support global statements
|
2022-09-13 00:46:37 +01:00 |
|
Ryan Chandler
|
5538c1e421
|
chore: format
|
2022-09-13 00:39:25 +01:00 |
|
Ryan Chandler
|
799189a5ed
|
parser: support top-level constants
|
2022-09-13 00:37:59 +01:00 |
|
Ryan Chandler
|
55d94b70fa
|
parser: support catch conditions without variables
|
2022-09-13 00:32:07 +01:00 |
|
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 |
|