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.
 
 
韩天峰 422bdc4ce6 docs: remove documentation and plans for code reuse and encapsulation 3 days ago
..
ArrayExpressionTrait.php fix(parser): handle array value write dereferences correctly 6 days ago
AssignOpTrait.php fix(parser): handle array value write dereferences correctly 6 days ago
AstNodeType.php refactor(parser): remove unused methods and update call argument generation 4 days ago
BinaryOpTrait.php perf(compiler): optimize array statement writes and class constant lookups 1 week ago
ClassConstantFetchTrait.php refactor(generator): replace php prefixed helper functions with php namespace 7 days ago
ConditionalControlTrait.php 修复 C++ 代码的缩进问题 1 week ago
ConstantExpressionTrait.php feat(compiler): add support for PHP 8.5 magic constants and namespace relative names 4 days ago
ExceptionControlFlowTrait.php 修复 C++ 代码的缩进问题 1 week ago
ForeachTrait.php test(compiler): add comprehensive negative compatibility tests and improve error handling 4 days ago
FunctionCallTrait.php feat(parser): add support for final promoted properties and exit named arguments 4 days ago
LoopControlTrait.php feat(parser): add support for PHP 8.5 void cast syntax 4 days ago
MethodCallTrait.php docs: remove documentation and plans for code reuse and encapsulation 3 days ago
NullsafeAccessTrait.php fix(parser): handle PHP array overflow in compound assignments and improve method name parsing 1 week ago
PropertyAccessTrait.php refactor(parser): remove unused methods and update call argument generation 4 days ago
SelectionExpressionTrait.php perf(parser): optimize array dimension fetch and selection operations 7 days ago
StdContainerTrait.php refactor(parser): remove unused methods and update call argument generation 4 days ago
SwitchTrait.php Native Class 支持 [第三阶段] 2 weeks ago
TypeConversionTrait.php refactor(generator): replace php prefixed helper functions with php namespace 7 days 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 4 days ago
UniversalMethodCall.php feat(testing): add test coverage analyzer tool 3 days ago