php-parser/internal/php8
2022-06-26 01:18:40 +03:00
..
builder.go php8.1: added first class callable syntax (#18) 2021-07-31 23:50:59 +03:00
lexer.go all: renamed github.com/z7zmey/php-parser with github.com/VKCOM/php-parser 2021-07-30 21:01:34 +03:00
newline.go PHP 8 (#1) 2021-07-30 20:53:27 +03:00
node.go php8.1: added first class callable syntax (#18) 2021-07-31 23:50:59 +03:00
parser_php8_1_test.go php8.1: added enum (#12) 2021-07-31 19:44:09 +03:00
parser_php8_2_test.go php8.2: added readonly classes support (#26) 2022-06-26 01:18:40 +03:00
parser_php8_test.go php8.1: added readonly modifier (#6) 2021-07-31 18:00:21 +03:00
parser_test.go all: renamed github.com/z7zmey/php-parser with github.com/VKCOM/php-parser 2021-07-30 21:01:34 +03:00
parser.go all: renamed github.com/z7zmey/php-parser with github.com/VKCOM/php-parser 2021-07-30 21:01:34 +03:00
php8_bench_test.go all: renamed github.com/z7zmey/php-parser with github.com/VKCOM/php-parser 2021-07-30 21:01:34 +03:00
php8.go php8.2: added readonly classes support (#26) 2022-06-26 01:18:40 +03:00
php8.y php8.2: added readonly classes support (#26) 2022-06-26 01:18:40 +03:00
scanner_php8_1_test.go php8.1: added enum (#12) 2021-07-31 19:44:09 +03:00
scanner_php8_test.go php8: fixed a bug with # comments (#22) 2021-08-02 12:37:08 +03:00
scanner_test.go all: renamed github.com/z7zmey/php-parser with github.com/VKCOM/php-parser 2021-07-30 21:01:34 +03:00
scanner.go php8: fixed a bug with # comments (#22) 2021-08-02 12:37:08 +03:00
scanner.rl php8: fixed a bug with # comments (#22) 2021-08-02 12:37:08 +03:00
test.php PHP 8 (#1) 2021-07-30 20:53:27 +03:00