94 Commits (28de6c86a497960466c303a6f04ae66fd6e7ca49)

Author SHA1 Message Date
韩天峰 b8516b6ac0 fix(php): 修复存根文件函数返回类型检查和类方法处理逻辑 5 months ago
韩天峰 8312de6c73 feat(compiler): 添加原生类型支持和标准库函数 5 months ago
韩天峰 26a0439f42 feat(php): 优化函数调用并添加类存在性检查支持 5 months ago
韩天峰 67bbfb8852 fix(php): 修复AOT编译器中isset操作和属性获取问题 5 months ago
韩天峰 8eb944312a refactor(compiler): 重构编译器基础类以改善表达式解析 5 months ago
韩天峰 096a92a62e feat(php): 添加对内部类继承和可空参数的支持 5 months ago
韩天峰 52319ccd03 refactor(php): 重构函数调用和错误抑制处理逻辑 5 months ago
韩天峰 d0d66a0982 feat(compiler): 实现对 static 关键字的支持 6 months ago
韩天峰 70eccf59fc feat(closure): 添加闭包生成功能并支持占位符调用 6 months ago
韩天峰 28d12102a4 fix(php): 修复对象类型推断中的类名解析问题 6 months ago
韩天峰 ac3351b5f4 feat(compiler): 支持PHP变长参数展开语法 6 months ago
韩天峰 54c43dc691 feat(php): 支持 PHP 命名参数功能 6 months ago
韩天峰 aa6d81d2a7 feat(compiler): 添加可变参数支持功能 6 months ago
韩天峰 aa6be88c6c feat(php): 添加对PHP枚举类型的支持 7 months ago
韩天峰 46e15ca247 feat(compiler): 添加对 Match 表达式和枚举的支持 7 months ago
韩天峰 8bc3c66499 feat(examples): 添加PHP扩展示例和曼德布罗特集计算功能 7 months ago
韩天峰 f2e7b70043 feat(compiler): 添加闭包表达式支持 7 months ago
韩天峰 ca4a34204c feat(compiler): 添加对 main 函数的特殊支持和参数验证 7 months ago
韩天峰 288021d16c feat(compiler): 添加对孤立代码的检测和错误处理 7 months ago
韩天峰 8fd83ae8b0 feat(trie): 添加字典树数据结构实现 7 months ago
韩天峰 75a9309801 feat(php): 添加标量类型检查和yield表达式支持 7 months ago
韩天峰 8257f8a1c4 feat(generator): 添加常量符号注册功能 7 months ago
韩天峰 0723e9f01f feat(php): 添加对引用参数和命名参数的错误检查 7 months ago
韩天峰 120e89ac79 feat(examples): 添加多个示例文件演示核心功能 7 months ago
韩天峰 423c10fe47 feat(compiler): 实现空值检查表达式解析功能 7 months ago
韩天峰 2963e0b4ad refactor(Php): 优化函数调用解析器并重构测试代码 7 months ago
韩天峰 c58a85baa2 fix(stub): 修复常量生成中的表达式类型检查问题 7 months ago
韩天峰 57e1790639 feat(compiler): 实现对静态属性和常量的原生支持 7 months ago
韩天峰 08635302b6 refactor(php): 优化函数调用优化器中的function_exists处理 7 months ago
韩天峰 6dd8d2d6bc refactor(Php): 优化字符串字面量处理和函数调用优化 7 months ago
韩天峰 6632629f58 feat(extension): 添加请求生命周期钩子函数支持 7 months ago
韩天峰 1c074d140e feat(php): 实现PHP右结合赋值操作符支持 7 months ago
韩天峰 96ecb8aae0 feat(php): 支持联合类型并优化编译器状态管理 7 months ago
韩天峰 1a8082ce2f fix(build): 修复源文件路径解析和编译选项配置问题 7 months ago
韩天峰 8cf58ebf70 feat(build): 支持项目配置文件中定义源文件路径 7 months ago
韩天峰 09af173013 feat(compiler): 添加项目配置文件支持和编译选项扩展 7 months ago
韩天峰 1fc07ee729 feat(compiler): 添加对mixed类型支持和优化函数调用解析 7 months ago
韩天峰 c7c375019d refactor(compiler): 重构编译器配置和代码逻辑 7 months ago
韩天峰 a6a06ca859 feat(translator): 增强PHP到C++编译器功能 7 months ago
韩天峰 ea77b6d746 feat(compiler): 添加编译模式支持和目标名称配置 7 months ago
韩天峰 9499aac142 refactor(php): 更新PHP编译器中的类型转换函数命名 7 months ago
韩天峰 a529ccf306 fix(php): 修复对象值解析和函数参数处理问题 7 months ago
韩天峰 9b94b287cb refactor(php): 移除属性赋值解析方法并优化对象初始化 7 months ago
韩天峰 f8be1767e6 feat(php): 添加对象类型推断和方法调用优化功能 7 months ago
韩天峰 0f3ccb98cd feat(php): 添加属性偏移量支持和性能优化 7 months ago
韩天峰 3959fee828 test(zend): 添加heredoc语法和半保留字测试用例 7 months ago
韩天峰 1b78fc7fd9 feat(php): 添加PHP编译器基础功能和八皇后问题示例 7 months ago
韩天峰 25e567b3db feat(php): 添加类定义功能支持 7 months ago
韩天峰 4ed56de30e feat(php): 实现PHP编译器对引用参数的支持 7 months ago
韩天峰 f8100988c4 update mixed 7 months ago