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.
 
 
韩天峰 4c3d7ca4c3 feat(compiler): 添加对 bigint、bigfloat 和 decimal 类型的支持 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(generator): 解决常量值格式化和命名空间解析问题 3 months ago
Parser feat(compiler): 添加对 bigint、bigfloat 和 decimal 类型的支持 3 months ago
Platform refactor(backend): 重构编译器后端实现以支持自定义编译器路径 4 months ago
ArgInfo.php refactor(aot): 移除UnsafePtr类型支持并优化std容器实现 3 months ago
AstNodeType.php cs-fix 4 months ago
CompilerBase.php feat(compiler): 添加对 bigint、bigfloat 和 decimal 类型的支持 3 months ago
CompilerTest.php refactor(compiler): 重构编译器基础类以改善表达式解析 5 months ago
Constants.php BitInt 支持位运算操作符 3 months ago
Extractor.php refactor(php): 重构PHP到C++编译器实现细节 7 months ago
FileScanner.php feat(compiler): 添加对多种原生源文件格式的编译支持 3 months ago
FuncCallOptimizer.php feat(compiler): 添加对 Big* 类型的字符串转换和数学函数优化支持 3 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 fix(generator): 解决常量值格式化和命名空间解析问题 3 months ago
UniversalMethodCall.php refactor(Php): 将静态常量引用从父类改为当前类 3 months ago
Visitor.php style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago