TypePHP 编译器 https://swoole.com/aot/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alessio Giacobbe fea85e5fcb
fix(parser): propagate multi-level break/continue before trailing statements
2 days ago
..
alternative-syntax.phpt test(compiler): add comprehensive test coverage for PHP language features 6 days ago
branch-prediction.phpt feat(compiler): add expected and unexpected branch prediction functions 1 month ago
break-continue-level-placement.phpt fix(parser): propagate multi-level break/continue before trailing statements 2 days ago
break-continue-level.phpt fix(parser): propagate multi-level break/continue before trailing statements 2 days ago
condition-side-effects.phpt mv tests/aot to tests/compiler 2 months ago
control_structures.phpt mv tests/aot to tests/compiler 2 months ago
do-while-body-defined-condition.phpt fix(parser): parse do-while body before condition 3 days ago
do-while-condition-side-effects.phpt mv tests/aot to tests/compiler 2 months ago
empty-else.phpt mv tests/aot to tests/compiler 2 months ago
expression-side-effects-composed.phpt mv tests/aot to tests/compiler 2 months ago
for-condition-side-effects.phpt mv tests/aot to tests/compiler 2 months ago
goto.phpt mv tests/aot to tests/compiler 2 months ago
match-expression.phpt mv tests/aot to tests/compiler 2 months ago
match-lazy-eval.phpt mv tests/aot to tests/compiler 2 months ago
match-true-instanceof.phpt mv tests/aot to tests/compiler 2 months ago