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.
 
 
韩天峰 01ea7c40be feat(parser): support dynamic class constant name fetch expressions 2 weeks ago
..
ArrayExpressionTrait.php 重构 readonly:__construct() 和 __clone() 都属于初始化窗口 ,其他地方不允许写。与 PHP 不一致。 2 weeks ago
AssignOpTrait.php feat(readonly): enforce direct assignment only for readonly properties 2 weeks ago
AstNodeType.php feat(parser): add continue statement support in switch cases within loops 4 weeks ago
BinaryOpTrait.php feat(parser): support dynamic class constant name fetch expressions 2 weeks ago
ClassConstantFetchTrait.php feat(parser): support dynamic class constant name fetch expressions 2 weeks ago
ConditionalControlTrait.php refactor(parser): move control flow parsing methods to dedicated traits 2 months ago
ConstantExpressionTrait.php fix(parser): handle constant expression type detection with namespace fallback 2 weeks ago
ExceptionControlFlowTrait.php refactor(generator): replace self::TYPE_* constants with Type::* constants 2 months ago
ForeachTrait.php 重构 readonly:__construct() 和 __clone() 都属于初始化窗口 ,其他地方不允许写。与 PHP 不一致。 2 weeks ago
FunctionCallTrait.php feat(compiler): add dynamic scope tracking for runtime method calls 2 weeks ago
LoopControlTrait.php feat(compiler): enhance big number type handling in logical operations 3 weeks ago
MethodCallTrait.php fix(compiler): prevent static method call cache pollution with dynamic trampolines 2 weeks ago
NullsafeAccessTrait.php feat(scope): enhance callback scope management with dynamic callable support 2 weeks ago
PropertyAccessTrait.php feat(scope): enhance callback scope management with dynamic callable support 2 weeks ago
SelectionExpressionTrait.php fix(compiler): complete captured ternary type handling 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 Python 互调用支持 2 weeks ago
TypeDetectionTrait.php refactor(context): remove runtime checked objects tracking mechanism 2 weeks ago
UnaryExpressionTrait.php Python 互调用支持 2 weeks ago
UniversalMethodCall.php feat(python): add Python IDE helper generation and update object conversion methods 2 weeks ago