254 Commits (095f9e8c6646233b7295b8cc904a64dc99c58763)
 

Author SHA1 Message Date
韩天峰 095f9e8c66 feat(php): 添加类定义管理和属性访问优化功能 6 months ago
韩天峰 ac3351b5f4 feat(compiler): 支持PHP变长参数展开语法 6 months ago
韩天峰 54c43dc691 feat(php): 支持 PHP 命名参数功能 6 months ago
韩天峰 aa6d81d2a7 feat(compiler): 添加可变参数支持功能 6 months ago
韩天峰 9c51551567 refactor(php): 重构编译器基础类中的类和函数指针获取方法 7 months ago
韩天峰 257616d571 refactor(compiler): 优化方法调用和参数解析逻辑 7 months ago
韩天峰 a1d74df985 feat(compiler): 支持匿名类静态访问方法和属性 7 months ago
韩天峰 35a81376a1 test(anonymous): 添加匿名类相关测试用例 7 months ago
韩天峰 8ec0723ed5 feat(php): 添加匿名类支持和常量数据处理功能 7 months ago
韩天峰 aa6be88c6c feat(php): 添加对PHP枚举类型的支持 7 months ago
韩天峰 9de6ca6a41 feat(php): 添加枚举支持并优化代码打印功能 7 months ago
韩天峰 a72752828f feat(php): 添加对 match 表达式的支持 7 months ago
韩天峰 46e15ca247 feat(compiler): 添加对 Match 表达式和枚举的支持 7 months ago
韩天峰 bd06dcf0a5 fix(compiler): 修复返回语句缺少分号及未定义变量错误提示问题 7 months ago
韩天峰 67427f342d feat(closure): 添加闭包功能支持并完善相关测试用例 7 months ago
韩天峰 be22aa751f refactor(php): 使用常量替换硬编码的 php::null 值 7 months ago
韩天峰 288f1dddef feat(closure): 实现闭包功能支持类内部方法访问$this 7 months ago
韩天峰 8bc3c66499 feat(examples): 添加PHP扩展示例和曼德布罗特集计算功能 7 months ago
韩天峰 51939af82f test(closures): 添加闭包词法变量测试用例并修复引用转换逻辑 7 months ago
韩天峰 b3dc15a55f feat(closures): 实现闭包功能支持 7 months ago
韩天峰 752767012f feat(compiler): 添加对goto语句的支持 7 months ago
韩天峰 82e13b62f1 test(increment): 添加字符串和类型递增递减操作测试 7 months ago
韩天峰 e0a4e2f977 feat(compiler): 添加空合并赋值运算符支持并优化变量检查 7 months ago
韩天峰 f2e7b70043 feat(compiler): 添加闭包表达式支持 7 months ago
韩天峰 60ba3da404 fix(php): 修复编译器中未定义变量检查和引用参数处理逻辑 7 months ago
韩天峰 7e5b6ef045 fix(const): 修复命名空间常量定义和引用问题 7 months ago
韩天峰 0c02958589 feat(php): 添加复杂命名空间规则支持并优化函数名转义 7 months ago
韩天峰 9118fc4e33 feat(compiler): 支持函数别名和命名空间功能 7 months ago
韩天峰 ca4a34204c feat(compiler): 添加对 main 函数的特殊支持和参数验证 7 months ago
韩天峰 288021d16c feat(compiler): 添加对孤立代码的检测和错误处理 7 months ago
韩天峰 4b42419be4 feat(php): 添加对空合并运算符的支持 7 months ago
韩天峰 668f440254 refactor(php): 移除循环变量声明的特殊处理逻辑 7 months ago
韩天峰 209b9cb81d test(aot): 添加对象链接操作符测试用例 7 months ago
韩天峰 548f7ce496 fix(php): 修复数组赋值表达式中的变量检测和返回值处理 7 months ago
韩天峰 2acc84659a feat(compiler): 添加原生静态方法查找和数组维度引用功能 7 months ago
韩天峰 8fd83ae8b0 feat(trie): 添加字典树数据结构实现 7 months ago
韩天峰 75a9309801 feat(php): 添加标量类型检查和yield表达式支持 7 months ago
韩天峰 d81c4cda62 fix(core): 修复数字文件名编译问题并优化代码结构 7 months ago
韩天峰 92bd1fe56c refactor(php): 优化编译器基础类的类型声明和控制流逻辑 7 months ago
韩天峰 b39c2c4891 fix(php): 修复字符串数组访问语法错误 7 months ago
韩天峰 fe34c72c87 feat(compiler): 添加调试信息生成功能 7 months ago
韩天峰 a39a2e389a fix(php): 修复字符串偏移设置功能 7 months ago
韩天峰 2d81a3975d feat(php): 添加字符串数组索引赋值支持 7 months ago
韩天峰 8257f8a1c4 feat(generator): 添加常量符号注册功能 7 months ago
韩天峰 47e85c9de4 refactor(Php): 移除 strlen 等函数的特殊优化处理 7 months ago
韩天峰 1d6e7522ab refactor(php): 将PHP实体类移动到Entity子命名空间 7 months ago
韩天峰 67ace98bb6 refactor(php): 将异常类移动到Exception命名空间 7 months ago
韩天峰 d91362c032 refactor(Php): 简化属性引用方法并重构测试代码结构 7 months ago
韩天峰 c3eb2d2f3f refactor(php): 重构 isset 和 empty 表达式解析逻辑 7 months ago
韩天峰 0723e9f01f feat(php): 添加对引用参数和命名参数的错误检查 7 months ago