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.
 
 
韩天峰 73e4754a49 feat(backend): 实现响应文件机制解决命令行长度限制 2 months ago
..
Analysis feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
Backend feat(backend): 实现响应文件机制解决命令行长度限制 2 months ago
Context test(phpunit): 添加PHP编译器相关单元测试 3 months ago
Entity test(phpunit): 添加PHP编译器相关单元测试 3 months ago
Generator test(phpunit): 添加PHP编译器相关单元测试 3 months ago
Platform refactor(backend): 重构编译器后端实现以支持自定义编译器路径 4 months ago
ArgInfoTest.php refactor(aot): 移除UnsafePtr类型支持并优化std容器实现 3 months ago
AssignOpTest.php test(compiler): 添加大数类型运算测试和自增自减操作限制 3 months ago
AssignTest.php fix(compiler): 解决对象属性类型检查和赋值操作问题 3 months ago
AstNodeTypeTest.php test(phpunit): 添加PHP编译器相关单元测试 3 months ago
BigNumberUnsupportedOpTest.php feat(parser): 添加对Big*数值类型不支持运算符的检查 3 months ago
ClassMethodOverrideTest.php test(compiler): 添加类方法重写顺序测试用例 3 months ago
ClassTest.php test(phpunit): 添加抽象类和私有方法重写的测试用例 2 months ago
CompactTest.php test(php): 添加 compact 和 globals 相关功能测试用例 2 months ago
CompilerBaseAdapterTest.php test(backend): 添加后端编译器单元测试并修复编译选项构建功能 4 months ago
CompilerBaseApiTest.php refactor(aot): 移除UnsafePtr类型支持并优化std容器实现 3 months ago
CountGlobalsTest.php test(php): 添加 compact 和 globals 相关功能测试用例 2 months ago
DuplicateTest.php refactor(translator): 重构PHP到C++编译器的文件处理逻辑 4 months ago
ExceptionTest.php add phpunit files 3 months ago
FactoryTest.php test(backend): 添加后端编译器单元测试并修复编译选项构建功能 4 months ago
FileScannerTest.php add phpunit files 3 months ago
FunctionTest.php feat(php): 添加对原生函数调用中命名参数的支持 3 months ago
InheritanceErrorTest.php test(php): 添加继承错误测试用例并实现继承兼容性检查 2 months ago
NativePropertyTest.php fix(php): 修复静态属性晚绑定支持问题 2 months ago
OperatorTest.php feat(php): 添加除零检查和改进原生属性访问功能 2 months ago
PreprocessorTest.php fix(compiler): 修复方法调用解析中的参数传递错误 3 months ago
ReflectionTest.php test(phpunit): 添加PHP编译器相关单元测试 3 months ago
SsaAnalysisTest.php refactor(backend): 重构编译器后端实现以支持 GCC/Clang 共享基类 2 months ago
SymbolTest.php add phpunit files 3 months ago
TraitsTest.php refactor(aot): 重构标准容器实现将unordered_map重命名为ordered_map 2 months ago
UndefineTest.php feat(compiler): 添加未定义变量检查和对象处理器初始化 2 months ago
UniversalMethodCallTest.php refactor(php): 重构关键词方法查找机制以支持扩展方法 3 months ago