61 Commits (f85889fce19a6c8c19dcc3b153269b884065e027)

Author SHA1 Message Date
韩天峰 ed45578ef1 fix(php): 修复函数参数解析中的默认值计数问题 6 months ago
韩天峰 d8e164b32c feat(aot): 添加对static关键字的支持 6 months ago
韩天峰 cebe50121a refactor(php): 优化PHP编译器代码结构和功能实现 6 months ago
韩天峰 d0d66a0982 feat(compiler): 实现对 static 关键字的支持 6 months ago
韩天峰 7871eb2820 feat(compiler): 添加类方法重写支持和动态绑定机制 6 months ago
韩天峰 1ce204d4b2 fix(aot): 修复AOT编译中的命名空间和静态调用问题 6 months ago
韩天峰 4d0a44fdbd feat(compiler): 实现静态属性支持和构造函数功能 6 months ago
韩天峰 989939bb90 feat(aot): 支持PHP数组展开语法和复杂数组解析 6 months ago
韩天峰 34f157871d test(compiler): 添加空合并赋值操作符测试用例并优化编译逻辑 6 months ago
韩天峰 b1662f3cc9 feat(php): 添加属性访问表达式支持 6 months ago
韩天峰 a0d750eea0 fix(compiler): 修复函数调用返回类型检测和命名空间解析问题 6 months ago
韩天峰 70eccf59fc feat(closure): 添加闭包生成功能并支持占位符调用 6 months ago
韩天峰 31a3275ecf feat(compiler): 添加对PHP引用参数的支持 6 months ago
韩天峰 0e44edd42c feat(php): 添加静态变量支持功能 6 months ago
韩天峰 b6e2741c31 feat(compiler): 添加对变量表达式检查和无变量捕获的支持 6 months ago
韩天峰 3641cb3184 feat(php): 添加对箭头函数和接口声明的支持 6 months ago
韩天峰 ac3351b5f4 feat(compiler): 支持PHP变长参数展开语法 7 months ago
韩天峰 54c43dc691 feat(php): 支持 PHP 命名参数功能 7 months ago
韩天峰 aa6d81d2a7 feat(compiler): 添加可变参数支持功能 7 months ago
韩天峰 9c51551567 refactor(php): 重构编译器基础类中的类和函数指针获取方法 7 months ago
韩天峰 257616d571 refactor(compiler): 优化方法调用和参数解析逻辑 7 months ago
韩天峰 35a81376a1 test(anonymous): 添加匿名类相关测试用例 7 months ago
韩天峰 aa6be88c6c feat(php): 添加对PHP枚举类型的支持 7 months ago
韩天峰 9de6ca6a41 feat(php): 添加枚举支持并优化代码打印功能 7 months ago
韩天峰 e0a4e2f977 feat(compiler): 添加空合并赋值运算符支持并优化变量检查 7 months ago
韩天峰 f2e7b70043 feat(compiler): 添加闭包表达式支持 7 months ago
韩天峰 7e5b6ef045 fix(const): 修复命名空间常量定义和引用问题 7 months ago
韩天峰 288021d16c feat(compiler): 添加对孤立代码的检测和错误处理 7 months ago
韩天峰 209b9cb81d test(aot): 添加对象链接操作符测试用例 7 months ago
韩天峰 2acc84659a feat(compiler): 添加原生静态方法查找和数组维度引用功能 7 months ago
韩天峰 a39a2e389a fix(php): 修复字符串偏移设置功能 7 months ago
韩天峰 2d81a3975d feat(php): 添加字符串数组索引赋值支持 7 months ago
韩天峰 47e85c9de4 refactor(Php): 移除 strlen 等函数的特殊优化处理 7 months ago
韩天峰 c3eb2d2f3f refactor(php): 重构 isset 和 empty 表达式解析逻辑 7 months ago
韩天峰 423c10fe47 feat(compiler): 实现空值检查表达式解析功能 7 months ago
韩天峰 57e1790639 feat(compiler): 实现对静态属性和常量的原生支持 7 months ago
韩天峰 38110f67d5 refactor(php): 重构PHP到C++编译器实现细节 7 months ago
韩天峰 1c074d140e feat(php): 实现PHP右结合赋值操作符支持 7 months ago
韩天峰 9465caea14 feat(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
韩天峰 e824c5d7c0 fix(compiler): 修复变量赋值和属性访问的类型检查问题 7 months ago
韩天峰 58f9cb4c28 fix(php): 修复PHP引用类型处理问题 7 months ago
韩天峰 abb5dbc6d8 fix(php): 修复后置递增递减操作符解析问题 7 months ago
韩天峰 f48b1f4781 refactor(php): 重构PHP编译器中的赋值表达式处理逻辑 7 months ago
韩天峰 f8100988c4 update mixed 8 months ago
韩天峰 0033a243d0 添加更多测试,php std 标准库测试,支持 list 语法 8 months ago
韩天峰 73f84217db 支持静态类属性读写语法 8 months ago
韩天峰 5f14139ace Native 常量处理 8 months ago