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.
 
 
NathanFreeman c73dedc306 如果else分支只有注释,那就不渲染这个分支 2 months ago
..
Analysis feat(compiler): 支持命名参数和提升属性功能 2 months ago
Backend fix(backend): 修复编译选项中的安全定义转义和路径处理问题 2 months ago
Context feat(closure): 为闭包添加类型检查功能 2 months ago
Entity feat(parser): 添加对象属性赋值类型检查和二元运算操作数处理 2 months ago
Exception refactor(php): 重构编译器基础类和翻译器代码结构 5 months ago
Generator refactor(php): 重构PHP解析器的表达式处理和动态属性访问 2 months ago
Optimizer feat(parser): 添加对象属性赋值类型检查和二元运算操作数处理 2 months ago
Parser refactor(parser): 重构赋值操作符解析逻辑并调整测试文件结构 2 months ago
Platform refactor(php): 重构PHP编译器代码结构和方法实现 2 months ago
Resolver refactor(php): 重构PHP解析器的表达式处理和动态属性访问 2 months ago
ArgInfo.php feat(compiler): 支持命名参数和提升属性功能 2 months ago
AstNodeType.php fix(php): 修复常量比较的大小写敏感问题 2 months ago
CompilerBase.php 如果else分支只有注释,那就不渲染这个分支 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 refactor(php): 重构属性访问解析器以使用只读上下文接口 2 months ago
Reflection.php refactor(reflection): 重构返回类型提取逻辑以支持联合和交集类型 2 months ago
Symbol.php cs-fix 4 months ago
Translator.php refactor(php): 重构PHP编译器代码结构和方法实现 2 months ago
UniversalMethodCall.php feat(parser): 添加对象属性赋值类型检查和二元运算操作数处理 2 months ago
Visitor.php style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago