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.
 
 
韩天峰 45a4582d03 feat(php): 添加错误时打印回溯跟踪的配置选项 4 months ago
..
Context refactor(php): 重构变量声明和全局变量处理逻辑 5 months ago
Entity feat(compiler): 完善类型声明和对象赋值检查功能 4 months ago
Exception refactor(php): 重构编译器基础类和翻译器代码结构 5 months ago
Generator fix(parser): 解决属性默认值处理中的类型转换和重复定义问题 4 months ago
ArgInfo.php feat(compiler): 添加参数类型检查和对象类型验证功能 5 months ago
AstNodeType.php feat(aot): 添加对引用赋值和列表赋值的支持 5 months ago
CompilerBase.php feat(php): 添加错误时打印回溯跟踪的配置选项 4 months ago
CompilerTest.php refactor(compiler): 重构编译器基础类以改善表达式解析 5 months ago
Constants.php feat(php): 实现 compact 函数支持并增强函数重定义检查 4 months ago
Extractor.php refactor(php): 重构PHP到C++编译器实现细节 7 months ago
FileScanner.php refactor(php): 重构PHP到C++编译器实现细节 7 months ago
FuncCallOptimizer.php feat(php): 实现 compact 函数支持并增强函数重定义检查 4 months ago
MagicMethodDetector.php refactor(php): 优化PHP编译器代码结构和类型检查逻辑 5 months ago
Preprocessor.php refactor(translator): 重构PHP到C++编译器的文件处理逻辑 4 months ago
Reflection.php refactor(compiler): 优化编译器内部结构并添加常量支持 5 months ago
Symbol.php feat(php): 添加对 trait 的支持并重构符号引用方式 5 months ago
Translator.php refactor(translator): 重构PHP到C++编译器的文件处理逻辑 4 months ago
Visitor.php style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago