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.
 
 
韩天峰 e62c953c71 feat(compiler): 完善类型声明和对象赋值检查功能 4 months ago
..
ClassDef.php fix(trait): 修复trait方法冲突处理问题 4 months ago
ClassLikeDef.php refactor(php): 重构PHP编译器代码结构 6 months ago
ConstantDef.php feat(compiler): 实现常量值解析和类型安全的值生成 5 months ago
FunctionDef.php feat(compiler): 完善类型声明和对象赋值检查功能 4 months ago
InterfaceDef.php refactor(php): 将PHP实体类移动到Entity子命名空间 7 months ago
MethodDef.php fix(php): 解决动态调用和方法重写的相关问题 5 months ago
PropertyDef.php 重构:在预处理阶段获取所有类、函数、常量、属性定义,解决循环依赖的问题 5 months ago