81 Commits (fe34c72c8755d7e9a4f6863e7ae43f3fbd4d63ef)

Author SHA1 Message Date
韩天峰 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
韩天峰 a6a06ca859 feat(translator): 增强PHP到C++编译器功能 7 months ago
韩天峰 ea77b6d746 feat(compiler): 添加编译模式支持和目标名称配置 7 months ago
韩天峰 d1c56ee5d1 fix(php): 修复赋值表达式作为右值时的解析错误 7 months ago
韩天峰 e824c5d7c0 fix(compiler): 修复变量赋值和属性访问的类型检查问题 7 months ago
韩天峰 9499aac142 refactor(php): 更新PHP编译器中的类型转换函数命名 7 months ago
韩天峰 58f9cb4c28 fix(php): 修复PHP引用类型处理问题 7 months ago
韩天峰 a529ccf306 fix(php): 修复对象值解析和函数参数处理问题 7 months ago
韩天峰 abb5dbc6d8 fix(php): 修复后置递增递减操作符解析问题 7 months ago
韩天峰 51f039e6b4 refactor(Php): 优化对象值解析逻辑并添加方法标识支持 7 months ago
韩天峰 9b94b287cb refactor(php): 移除属性赋值解析方法并优化对象初始化 7 months ago
韩天峰 f8be1767e6 feat(php): 添加对象类型推断和方法调用优化功能 7 months ago
韩天峰 0f3ccb98cd feat(php): 添加属性偏移量支持和性能优化 7 months ago
韩天峰 91a607185e refactor(php): 提取函数调用优化逻辑到独立trait 7 months ago