Laytan Laats
f98b59a5f0
fix: print a newline after a doc comment, these are trimmed when parsing and cause the output to look bad
2023-04-10 02:18:02 +02:00
Laytan Laats
68ac672368
build: replace VKCOM import with laytan import
2023-03-31 16:50:08 +02:00
Laytan Laats
74a8771740
refactor: move php7 scanner into php7 package
2023-03-25 15:02:34 +01:00
Laytan Laats
a97686125d
refactor!: drop php5 support
2023-03-25 15:00:17 +01:00
Makhnev Petr
e16671724e
php8.1: added intersection types support ( #29 )
2022-06-26 03:31:29 +03:00
Makhnev Petr
50ed139750
php8.1: added first class callable syntax ( #18 )
2021-07-31 23:50:59 +03:00
Makhnev Petr
b256331d90
php8.1: added final modifier for constants in class ( #15 )
...
This case is already covered by the existing grammar, so no changes are required.
2021-07-31 22:20:36 +03:00
Makhnev Petr
af394e9eb0
php8.1: added enum ( #12 )
2021-07-31 19:44:09 +03:00
Makhnev Petr
44bbff6073
php8.1: added new octal numbers syntax ( #10 )
...
Also fixed a bug where `0X...` and `0B...` were not recognized as valid numbers.
2021-07-31 18:37:01 +03:00
Makhnev Petr
8df80651e0
php8.1: added never type ( #8 )
2021-07-31 18:06:46 +03:00
Makhnev Petr
8c35b0aef1
php8.1: added readonly modifier ( #6 )
2021-07-31 18:00:21 +03:00
Makhnev Petr
72cd222aeb
all: renamed github.com/z7zmey/php-parser with github.com/VKCOM/php-parser
2021-07-30 21:01:34 +03:00
Makhnev Petr
049ce7ddc6
PHP 8 ( #1 )
...
PHP 8 Update
- nullsafe operator (?->)
- Remove (real) cast
- Named arguments
- Remove (unset) cast
- Remove {} access
- match expression
- Union types in type hints and static typehint
- Block catch without variable
- Trailing comma in parameter lists
- throw can be used as an expression
- Concatenation precedence
- Declaring properties in the constructor
- Attributes
- Names in the namespace are treated as a single token
- Trailing comma in closure use list
- Check that ::class on object works
- Deferencable changes and arbitrary expressions in new/instanceof
2021-07-30 20:53:27 +03:00
Vadym Slizov
367eff9de6
rename package cfg to conf
2021-02-13 23:54:34 +02:00
Vadym Slizov
e3b133f3de
refactoring: update api
2020-12-29 21:23:22 +02:00
Vadym Slizov
cb4b4e69c4
refactoring: fix naming
2020-12-28 23:01:02 +02:00
Vadym Slizov
bd479007be
refactoring: update traverser
2020-12-28 21:13:08 +02:00