29 Commits (3743a32eb8b0ee7d0e7c4fbb308462aed4b2c36b)

Author SHA1 Message Date
韩天峰 3743a32eb8 refactor(php): 统一使用小写键值优化编译器方法重写检查 5 months ago
韩天峰 78c7daa646 refactor(php): 将函数声明和调用跟踪重构为符号级别 5 months ago
韩天峰 1441a7e5be cs-fix 5 months ago
韩天峰 41e46c2479 refactor(php): 重构父类解析逻辑以支持完全限定名称 5 months ago
韩天峰 7871eb2820 feat(compiler): 添加类方法重写支持和动态绑定机制 6 months ago
韩天峰 78f3ca8025 code format 6 months ago
韩天峰 b091d2dad8 Revert "code format" 6 months ago
韩天峰 b6d64407f3 code format 6 months ago
韩天峰 31a3275ecf feat(compiler): 添加对PHP引用参数的支持 6 months ago
韩天峰 3641cb3184 feat(php): 添加对箭头函数和接口声明的支持 6 months ago
韩天峰 46e15ca247 feat(compiler): 添加对 Match 表达式和枚举的支持 7 months ago
韩天峰 e0a4e2f977 feat(compiler): 添加空合并赋值运算符支持并优化变量检查 7 months ago
韩天峰 9118fc4e33 feat(compiler): 支持函数别名和命名空间功能 7 months ago
韩天峰 288021d16c feat(compiler): 添加对孤立代码的检测和错误处理 7 months ago
韩天峰 67ace98bb6 refactor(php): 将异常类移动到Exception命名空间 7 months ago
韩天峰 57e1790639 feat(compiler): 实现对静态属性和常量的原生支持 7 months ago
韩天峰 2c90437a99 style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago
韩天峰 13a5849584 代码格式化,命名空间处理 7 months ago
韩天峰 8c20fd18c8 refactor(core): 优化代码结构和性能 7 months ago
韩天峰 cf5e889a75 refactor(php): 重构PHP编译器函数声明解析和包装生成逻辑 7 months ago
韩天峰 1b78fc7fd9 feat(php): 添加PHP编译器基础功能和八皇后问题示例 7 months ago
韩天峰 3dc79d2074 fix(parser): 修复抽象类实例化和空语句处理问题 7 months ago
韩天峰 a6826d5fd0 feat(compiler): 添加PHP语法错误处理和类常量重复定义检查 7 months ago
韩天峰 d90bf8a5fd feat(compiler): 添加类常量支持和优化代码生成 7 months ago
韩天峰 f8100988c4 update mixed 7 months ago
韩天峰 e1bb057420 feat(compiler): 添加缓存机制和强制编译选项 8 months ago
韩天峰 d24c8be049 feat(php): 添加命名空间支持和类继承功能 8 months ago
韩天峰 ca1ee88d5f 支持 class 处理,初步版本 8 months ago
韩天峰 da9b944099 重构类结构,拆分成多个类,避免单个类的尺寸过大 8 months ago