parser/trunk_lexer
Ryan Chandler 9ab82059a1
parser: support throw expressions
It's worth noting that a `throw` will always be an expression in the Trunk parser.
PHP-Parser will convert standalone `throw` expressions into a dedicated `throw`
statement for backwards-compatibility reasons.
2022-08-09 00:00:14 +01:00
..
src parser: support throw expressions 2022-08-09 00:00:14 +01:00
Cargo.toml chore: disable doc tests 2022-07-19 14:43:25 +01:00