175 Commits (1fc07ee7295dc6d82c79af2d1cf49f2c1c28cc8d)
 

Author SHA1 Message Date
韩天峰 1fc07ee729 feat(compiler): 添加对mixed类型支持和优化函数调用解析 7 months ago
韩天峰 6878ecc517 refactor(php): 更新数组维度获取方法以支持写入操作标识 7 months ago
韩天峰 3bd95121de refactor(php): 优化编译器中的返回值类型处理和赋值操作解析 7 months ago
韩天峰 c7c375019d refactor(compiler): 重构编译器配置和代码逻辑 7 months ago
韩天峰 3931d77ceb fix(php): 修复PHP嵌入模式下的模块注册和字符串释放问题 7 months ago
韩天峰 0d5d91ec02 fix(runtime): 解决模块注册表清理问题 7 months ago
韩天峰 cf5e889a75 refactor(php): 重构PHP编译器函数声明解析和包装生成逻辑 7 months ago
韩天峰 d3360d2f38 fix(php): 修复数组类型返回和include表达式处理 7 months ago
韩天峰 f38098523f refactor(compiler): 重构PHP编译器参数类型解析逻辑 7 months ago
韩天峰 11828d3b5a feat(compiler): 添加对 any 函数的支持 7 months ago
韩天峰 37d0172164 ``` 7 months ago
韩天峰 a6a06ca859 feat(translator): 增强PHP到C++编译器功能 7 months ago
韩天峰 ea77b6d746 feat(compiler): 添加编译模式支持和目标名称配置 7 months ago
韩天峰 d1c56ee5d1 fix(php): 修复赋值表达式作为右值时的解析错误 7 months ago
韩天峰 e824c5d7c0 fix(compiler): 修复变量赋值和属性访问的类型检查问题 7 months ago
韩天峰 9499aac142 refactor(php): 更新PHP编译器中的类型转换函数命名 7 months ago
韩天峰 58f9cb4c28 fix(php): 修复PHP引用类型处理问题 7 months ago
韩天峰 a529ccf306 fix(php): 修复对象值解析和函数参数处理问题 7 months ago
韩天峰 abb5dbc6d8 fix(php): 修复后置递增递减操作符解析问题 7 months ago
韩天峰 51f039e6b4 refactor(Php): 优化对象值解析逻辑并添加方法标识支持 7 months ago
韩天峰 9b94b287cb refactor(php): 移除属性赋值解析方法并优化对象初始化 7 months ago
韩天峰 f8be1767e6 feat(php): 添加对象类型推断和方法调用优化功能 7 months ago
韩天峰 0f3ccb98cd feat(php): 添加属性偏移量支持和性能优化 7 months ago
韩天峰 91a607185e refactor(php): 提取函数调用优化逻辑到独立trait 7 months ago
韩天峰 62e5615421 feat(php): 添加对原生方法调用的支持 7 months ago
韩天峰 3959fee828 test(zend): 添加heredoc语法和半保留字测试用例 7 months ago
韩天峰 166f53f28e fix(php): 修复编译器中的变量声明和属性获取问题 7 months ago
韩天峰 f48b1f4781 refactor(php): 重构PHP编译器中的赋值表达式处理逻辑 7 months ago
韩天峰 1b78fc7fd9 feat(php): 添加PHP编译器基础功能和八皇后问题示例 7 months ago
韩天峰 3dc79d2074 fix(parser): 修复抽象类实例化和空语句处理问题 7 months ago
韩天峰 43b9797df8 test(classes): 添加魔术方法相关测试用例 7 months ago
韩天峰 66249916f5 fix(php): 修复$this变量重新赋值检查并添加类功能测试 7 months ago
韩天峰 a6826d5fd0 feat(compiler): 添加PHP语法错误处理和类常量重复定义检查 7 months ago
韩天峰 d90bf8a5fd feat(compiler): 添加类常量支持和优化代码生成 7 months ago
韩天峰 25e567b3db feat(php): 添加类定义功能支持 7 months ago
韩天峰 4ed56de30e feat(php): 实现PHP编译器对引用参数的支持 7 months ago
韩天峰 715abf458d refactor(php): 重构 foreach 循环解析逻辑以支持对象迭代器 7 months ago
韩天峰 749b4ec00d 修复迭代器实现,continue 时执行 next() 7 months ago
韩天峰 c9d6e93f40 支持 Iterator/IteratorAggregate 对象 foreach 操作 7 months ago
韩天峰 9ca07388bc refactor(php): 重构PHP编译器中的变量表达式判断逻辑 7 months ago
韩天峰 8e7d39d7fe fix(translator): 当接口和类定义均为空时提前返回 7 months ago
韩天峰 689b59bbda 处理继承或实现内置类和接口 7 months ago
韩天峰 6ff687e1da Interface,ce 依赖关系处理,排序 7 months ago
韩天峰 f8100988c4 update mixed 7 months ago
韩天峰 bdea6f77cc 添加类的单元测试 7 months ago
韩天峰 c3f5aca1a8 feat(generator): 添加变量名参数支持PHP全局变量初始化 7 months ago
韩天峰 af9ecf336f feat(php): 添加方法和函数上下文跟踪功能 7 months ago
韩天峰 612d60d158 feat(examples): 添加PHP微基准测试脚本 7 months ago
韩天峰 8b0c3d2b72 refactor(php): 重构PHP编译器基础功能并优化代码结构 7 months ago
韩天峰 ec106db274 refactor(compiler): 将全局变量生成改为扩展生成 7 months ago