308 Commits (42ee6e3aa60780c8a38a50e748be1656577f74f6)

Author SHA1 Message Date
韩天峰 42ee6e3aa6 feat(php): 支持接口常量继承功能 2 months ago
韩天峰 c4a8146661 refactor(php): 重构PHP类定义和接口实现检查逻辑 2 months ago
韩天峰 3ca0d64a6a feat(preprocessor): 增强PHP预处理器功能支持接口成员和常量解析 2 months ago
韩天峰 1ad6b54a49 fix(php): 修复项目配置中的路径解析和文件过滤问题 2 months ago
韩天峰 c8372fce04 refactor(php): 重构编译命令选项配置方法 2 months ago
韩天峰 47d11655ef fix(backend): 修复编译选项中的安全定义转义和路径处理问题 2 months ago
韩天峰 4632a8bba4 feat(compiler): 添加项目配置文件解析和类型检查功能 2 months ago
韩天峰 a01548ae96 fix(php): 修复继承检查中的可见性宽化和参数匹配逻辑 2 months ago
韩天峰 a7b5b248fb refactor(optimizer): 重构SSA对象稳定性分析以支持动态方法调用优化 2 months ago
韩天峰 e694e90c16 feat(translator): 添加无进度条编译选项 2 months ago
韩天峰 ebc6891a40 feat(php): 添加 Response File 临时文件清理功能 2 months ago
韩天峰 7c2192ff54 refactor(backend): 重构编译器后端实现以支持 GCC/Clang 共享基类 2 months ago
韩天峰 601b985600 feat(compiler): 添加进度条显示并更新依赖库 2 months ago
韩天峰 2800b974e3 refactor(php): 重构SSA分析和对象属性优化实现 2 months ago
韩天峰 286330f45d test(php): 添加继承错误测试用例并实现继承兼容性检查 2 months ago
韩天峰 23a100caf4 feat(php): 添加PHP方法重写签名验证功能 2 months ago
韩天峰 e4e63e7b8c fix(php): 修复静态属性引用槽在动态引用绑定后的有效性问题 2 months ago
韩天峰 dc5c90044b fix(php): 修复$GLOBALS变量处理问题 2 months ago
韩天峰 129fcce880 fix(php): 修复全局变量处理和代码格式化问题 2 months ago
韩天峰 8267ae2bf4 feat(build): 添加交叉编译目标平台支持 2 months ago
韩天峰 22c2d17954 feat(cli): 添加 no-color 命令行选项并清理帮助文档 2 months ago
韩天峰 4e7acaf940 feat(compiler): 添加目标CPU指令集优化支持 2 months ago
韩天峰 8f3f3e73eb refactor(php): 简化配置项读取逻辑 2 months ago
韩天峰 02a91bba95 feat(compiler): 添加外部库集成和编译优化功能 2 months ago
韩天峰 e55da7297d feat(compiler): 添加输出目录参数支持 2 months ago
韩天峰 a6a62c8e81 refactor(compiler): 优化构建目录处理和代码生成流程 2 months ago
韩天峰 3801158b41 feat(compiler): 添加干运行模式和构建目录选项 2 months ago
韩天峰 29236bb66a test(php): 添加对象属性默认数组测试并移除运行时初始化检查 2 months ago
韩天峰 0dc846a4fc feat(php): 添加数组初始化计划支持并修复构造函数提升属性默认值处理 2 months ago
韩天峰 5ed79e9451 fix(php): 修复字面量字符串为空时的编译错误 2 months ago
韩天峰 91a710844c refactor(php): 重构静态属性默认值初始化逻辑 2 months ago
韩天峰 881c6dbe45 feat(trait): 实现trait抽象方法重复定义的兼容性检查 2 months ago
韩天峰 ef6a9fb8e5 refactor(php): 统一PHP函数命名空间从std到fn 3 months ago
韩天峰 8fa49e078f refactor(php): 优化迭代器处理逻辑以使用类入口指针和字面量字符串 3 months ago
韩天峰 26bdf5eb59 feat(enum): 支持枚举类型解析和处理 3 months ago
韩天峰 abed2d8d22 test(stdlib): 添加标准库函数边缘情况和错误处理测试 3 months ago
韩天峰 e996dc8b43 feat(debug): 添加内存泄漏检测脚本 3 months ago
韩天峰 17e1035e21 test(stdlib): 添加新标准库函数测试用例 3 months ago
韩天峰 0824b2f247 feat(php): 添加线程本地存储支持并优化扩展模式下的资源清理 3 months ago
韩天峰 e208fe11bb feat(php): 实现多层级 break 和 continue 语句支持 3 months ago
韩天峰 68bd54c6c3 fix(php): 修复PHP翻译器中的路径验证和错误消息问题 3 months ago
韩天峰 fc2cc22594 feat(php): 添加对原生函数调用中命名参数的支持 3 months ago
韩天峰 dbaa5a10e0 feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
韩天峰 8950c6d51d fix(compiler): 优化数组编译避免复制操作并更新依赖版本 3 months ago
韩天峰 6a1fb828f8 feat(php): 添加对foreach列表解构语法的支持 3 months ago
韩天峰 79d4c28c91 refactor(php): 将平台检测和编译功能从CompilerBase迁移到Translator 3 months ago
韩天峰 a30205b058 refactor(php): 重构方法重写检查逻辑 3 months ago
韩天峰 b33cdeb086 refactor(php): 重构参数类型解析和声明处理方法 3 months ago
韩天峰 a524211cd3 refactor(php): 重构PHP编译器基础功能并完善类继承支持 3 months ago
韩天峰 4176e1f4c2 fix(aot): 修复trait常量继承和数组常量传播问题 3 months ago