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.
 
 
韩天峰 c8d22b66fd
Merge pull request #17 from AlessioGiacobbe/fix/multilevel-break-propagation
9 hours ago
..
ArrayExpressionTrait.php fix(parser): handle array value write dereferences correctly 7 days ago
AssignOpTrait.php perf: streamline dynamic property writes 12 hours ago
AstNodeType.php fix(compiler): enforce AST type boundaries 1 day ago
BinaryOpTrait.php perf: optimize stable integer property sums 12 hours ago
ClassConstantFetchTrait.php refactor(generator): replace php prefixed helper functions with php namespace 1 week ago
ConditionalControlTrait.php 修复 C++ 代码的缩进问题 1 week ago
ConstantExpressionTrait.php fix(cli): support Composer entrypoint and isolate stub symbols 2 days ago
ExceptionControlFlowTrait.php 修复 C++ 代码的缩进问题 1 week ago
ForeachTrait.php Merge pull request #17 from AlessioGiacobbe/fix/multilevel-break-propagation 9 hours ago
FunctionCallTrait.php feat(parser): add support for final promoted properties and exit named arguments 4 days ago
LoopControlTrait.php fix(parser): propagate multi-level break/continue before trailing statements 11 hours ago
MethodCallTrait.php fix(parser): preserve runtime class in static calls 18 hours ago
NullsafeAccessTrait.php fix(parser): handle PHP array overflow in compound assignments and improve method name parsing 1 week ago
PropertyAccessTrait.php perf: streamline dynamic property writes 12 hours ago
SelectionExpressionTrait.php perf(parser): optimize array dimension fetch and selection operations 1 week ago
StdContainerTrait.php fix(compiler): enforce AST type boundaries 1 day ago
SwitchTrait.php fix(parser): propagate multi-level break/continue before trailing statements 11 hours ago
TypeConversionTrait.php feat: support static by-reference variadics 9 hours ago
TypeDetectionTrait.php refactor(context): remove runtime checked objects tracking mechanism 3 weeks ago
UnaryExpressionTrait.php feat(parser): add support for PHP 8.5 void cast syntax 5 days ago
UniversalMethodCall.php feat(testing): add test coverage analyzer tool 4 days ago