28 Commits (1d6e7522ab001757794b1289f3e3026106f30bd4)

Author SHA1 Message Date
韩天峰 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编译器中的赋值表达式处理逻辑 8 months ago
韩天峰 f8100988c4 update mixed 8 months ago
韩天峰 0033a243d0 添加更多测试,php std 标准库测试,支持 list 语法 8 months ago
韩天峰 73f84217db 支持静态类属性读写语法 8 months ago
韩天峰 5f14139ace Native 常量处理 8 months ago
韩天峰 fb10132b6c 动态函数调用语法 8 months ago
韩天峰 739152ba14 支持语法 **= 8 months ago
韩天峰 4162b79113 try/catch 语法支持 8 months ago
韩天峰 d2f02f4922 文件操作测试 8 months ago
韩天峰 1a1134d974 对象操作,方法调用、静态方法调用、属性读取 8 months ago
韩天峰 c9c558103c 数组操作处理 8 months ago
韩天峰 bf69a539a1 字面量字符串优化,增加字面量表 8 months ago
韩天峰 a25fe02e09 更新 8 months ago
韩天峰 f072f944b2 函数定义处理 8 months ago
韩天峰 72b7ebdfae 单测 8 months ago
韩天峰 6ac8494173 update 8 months ago