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.
 
 
韩天峰 c04778cc51 refactor(php): 优化编译器基础类和通用方法调用实现 3 months ago
..
Backend feat(compiler): 添加对多种原生源文件格式的编译支持 3 months ago
Context refactor(aot): 简化 unsafe_ptr 使用并改进错误处理 4 months ago
Entity 返回类不匹配时,必须是抽象类 4 months ago
Exception refactor(php): 重构编译器基础类和翻译器代码结构 5 months ago
Generator fix(parser): 解决属性默认值处理中的类型转换和重复定义问题 4 months ago
Parser feat(compiler): 添加标准容器foreach循环支持和删除元素保护 4 months ago
Platform refactor(backend): 重构编译器后端实现以支持自定义编译器路径 4 months ago
ArgInfo.php feat(aot): 添加对UnsafePtr类型和相关函数的支持 4 months ago
AstNodeType.php cs-fix 4 months ago
CompilerBase.php refactor(php): 优化编译器基础类和通用方法调用实现 3 months ago
CompilerTest.php refactor(compiler): 重构编译器基础类以改善表达式解析 5 months ago
Constants.php refactor(php): 重构编译器常量和构建模式配置 3 months ago
Extractor.php refactor(php): 重构PHP到C++编译器实现细节 7 months ago
FileScanner.php feat(compiler): 添加对多种原生源文件格式的编译支持 3 months ago
FuncCallOptimizer.php feat(php): 实现 compact 函数支持并增强函数重定义检查 4 months ago
MagicMethodDetector.php refactor(php): 重构变量赋值类型检查逻辑 4 months ago
Preprocessor.php feat(php): 添加对PHP常量和分组use语句的支持 3 months ago
Reflection.php fix(php): 修复编译器基类中的回溯打印和类型返回验证问题 4 months ago
Symbol.php cs-fix 4 months ago
Translator.php feat(php): 添加对PHP常量和分组use语句的支持 3 months ago
UniversalMethodCall.php refactor(php): 优化编译器基础类和通用方法调用实现 3 months ago
Visitor.php style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago