94 Commits (7e5b6ef04507a2d5191e3cbab58ccf9ff437cd0e)

Author SHA1 Message Date
韩天峰 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
韩天峰 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
韩天峰 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
韩天峰 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
韩天峰 423c10fe47 feat(compiler): 实现空值检查表达式解析功能 7 months ago
韩天峰 4ce8c24765 refactor(php): 优化编译器中的赋值表达式处理逻辑 7 months ago
韩天峰 625604d375 refactor(php): 优化编译器基础类中的变量赋值和数组维度获取逻辑 7 months ago
韩天峰 b57ff37b18 refactor(php): 重构PHP编译器中的静态属性赋值解析逻辑 7 months ago
韩天峰 1596c58da6 refactor(Php): 重构编译器基础类和类定义结构 7 months ago
韩天峰 57e1790639 feat(compiler): 实现对静态属性和常量的原生支持 7 months ago
韩天峰 08635302b6 refactor(php): 优化函数调用优化器中的function_exists处理 7 months ago
韩天峰 6dd8d2d6bc refactor(Php): 优化字符串字面量处理和函数调用优化 7 months ago
韩天峰 5b44e4d390 feat(extension): 添加请求生命周期钩子函数支持 7 months ago
韩天峰 38110f67d5 refactor(php): 重构PHP到C++编译器实现细节 7 months ago
韩天峰 2c90437a99 style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago
韩天峰 0e4a332519 feat(php): 添加函数指针映射功能支持 7 months ago
韩天峰 13a5849584 代码格式化,命名空间处理 7 months ago
韩天峰 8c20fd18c8 refactor(core): 优化代码结构和性能 7 months ago
韩天峰 1c074d140e feat(php): 实现PHP右结合赋值操作符支持 7 months ago
韩天峰 9465caea14 feat(php): 添加属性访问控制和对象类型检查功能 7 months ago
韩天峰 1fa3b4596b fix(compiler): 修复异常处理机制和二进制文件命名问题 7 months ago
韩天峰 8d8cb358d5 feat(php): 添加对 $$ 语法的检测和错误提示 7 months ago
韩天峰 96ecb8aae0 feat(php): 支持联合类型并优化编译器状态管理 7 months ago
韩天峰 09af173013 feat(compiler): 添加项目配置文件支持和编译选项扩展 7 months ago
韩天峰 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
韩天峰 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