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.
 
 
韩天峰 e208fe11bb feat(php): 实现多层级 break 和 continue 语句支持 3 months ago
..
Analysis fix(php): 处理可变参数占位符避免错误收集 3 months ago
Backend 清理:清理 AI 产生的临时文档 3 months ago
Context feat(php): 实现多层级 break 和 continue 语句支持 3 months ago
Entity feat(php): 添加联合类型和可空类型的运行时检查支持 3 months ago
Exception refactor(php): 重构编译器基础类和翻译器代码结构 5 months ago
Generator feat(generator): 添加可变参数联合类型检查支持 3 months ago
Optimizer refactor(php): 重构对象属性赋值检查逻辑并优化循环变量检测 3 months ago
Parser feat(php): 实现多层级 break 和 continue 语句支持 3 months ago
Platform refactor(backend): 重构编译器后端实现以支持自定义编译器路径 4 months ago
ArgInfo.php feat(php): 添加联合类型和可空类型的运行时检查支持 3 months ago
AstNodeType.php cs-fix 4 months ago
CompilerBase.php feat(php): 实现多层级 break 和 continue 语句支持 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
MagicMethodDetector.php refactor(php): 重构变量赋值类型检查逻辑 4 months ago
Preprocessor.php fix(php): 修复PHP预处理器中的方法重写检查逻辑 3 months ago
Reflection.php fix(php): 修复编译器基类中的回溯打印和类型返回验证问题 4 months ago
Symbol.php cs-fix 4 months ago
Translator.php feat(php): 实现多层级 break 和 continue 语句支持 3 months ago
UniversalMethodCall.php feat(compiler): 实现方法调用去虚化优化和BigFloat sqrt支持 3 months ago
Visitor.php style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago