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.
 
 
韩天峰 cff27c7c79 refactor(parser): 重构二元操作符和控制流的解析逻辑 2 months ago
..
Analysis feat(compiler): 支持命名参数和提升属性功能 2 months ago
Backend fix(backend): 修复编译选项中的安全定义转义和路径处理问题 2 months ago
Context feat(closure): 为闭包添加类型检查功能 2 months ago
Entity feat(trait): 支持trait方法多别名和insteadof语法 2 months ago
Exception refactor(php): 重构编译器基础类和翻译器代码结构 5 months ago
Generator feat(compiler): 支持命名参数和提升属性功能 2 months ago
Optimizer feat(compiler): 支持命名参数和提升属性功能 2 months ago
Parser refactor(parser): 重构二元操作符和控制流的解析逻辑 2 months ago
Platform refactor(php): 优化路径前缀移除逻辑以支持路径段匹配 2 months ago
ArgInfo.php feat(compiler): 支持命名参数和提升属性功能 2 months ago
AstNodeType.php fix(php): 修复常量比较的大小写敏感问题 2 months ago
CompilerBase.php refactor(parser): 重构二元操作符和控制流的解析逻辑 2 months ago
CompilerTest.php refactor(compiler): 重构编译器基础类以改善表达式解析 5 months ago
Constants.php feat(closure): 为闭包添加类型检查功能 2 months ago
Extractor.php refactor(php): 重构PHP到C++编译器实现细节 7 months ago
FileScanner.php feat(compiler): 添加对多种原生源文件格式的编译支持 3 months ago
MagicMethodDetector.php feat(php): 添加魔术方法类型推断支持 2 months ago
Preprocessor.php feat(compiler): 支持命名参数和提升属性功能 2 months ago
Reflection.php refactor(reflection): 重构返回类型提取逻辑以支持联合和交集类型 2 months ago
Symbol.php cs-fix 4 months ago
Translator.php feat(php): 添加必需参数计数检查功能 2 months ago
UniversalMethodCall.php refactor(optimizer): 优化函数调用参数转换逻辑 3 months ago
Visitor.php style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago