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.
 
 
韩天峰 cee9ee6e1b 修复三元表达式 issue 3 weeks ago
..
ArrayExpressionTrait.php fix(compiler): 按值消费引用返回调用时正确分离引用 1 month ago
AssignOpTrait.php fix(parser): optimize concat assignment and ternary expression handling 1 month ago
AstNodeType.php feat(parser): add continue statement support in switch cases within loops 4 weeks ago
BinaryOpTrait.php refactor(parser): change numeric parsing to always return strings 3 weeks ago
ClassConstantFetchTrait.php fix(compiler): enforce class constant override rules 1 month ago
ConditionalControlTrait.php refactor(parser): move control flow parsing methods to dedicated traits 2 months ago
ConstantExpressionTrait.php fix(generator): ensure all generated C values are returned as strings 3 weeks ago
ExceptionControlFlowTrait.php refactor(generator): replace self::TYPE_* constants with Type::* constants 2 months ago
ForeachTrait.php feat(parser): add support for foreach by reference with property fetches 3 weeks ago
FunctionCallTrait.php feat(compiler): add expected and unexpected branch prediction functions 1 month ago
LoopControlTrait.php feat(compiler): enhance big number type handling in logical operations 3 weeks ago
MethodCallTrait.php 编译期注解语法支持 1 month ago
NullsafeAccessTrait.php 修复读取动态属性多调用一次 __isset 魔术方法的问题 3 weeks ago
PropertyAccessTrait.php feat(compiler): implement std container default initialization and mutation guards 3 weeks ago
SelectionExpressionTrait.php 修复三元表达式 issue 3 weeks ago
StdContainerTrait.php feat(compiler): implement std container default initialization and mutation guards 3 weeks ago
SwitchTrait.php feat(parser): add continue statement support in switch cases within loops 4 weeks ago
TypeConversionTrait.php docs: add big number inplace optimization plan and update bool conversion 3 weeks ago
TypeDetectionTrait.php refactor(generator): replace self::TYPE_* constants with Type::* constants 2 months ago
UnaryExpressionTrait.php feat(parser): enhance constant integer arithmetic handling with native mode checks 3 weeks ago
UniversalMethodCall.php fix(compiler): reject native symbol collisions 4 weeks ago