205 Commits (0723e9f01fe9950d9c0cc1bb9005771978086f48)
 

Author SHA1 Message Date
韩天峰 0723e9f01f feat(php): 添加对引用参数和命名参数的错误检查 7 months ago
韩天峰 120e89ac79 feat(examples): 添加多个示例文件演示核心功能 7 months ago
韩天峰 423c10fe47 feat(compiler): 实现空值检查表达式解析功能 7 months ago
韩天峰 4ce8c24765 refactor(php): 优化编译器中的赋值表达式处理逻辑 7 months ago
韩天峰 3c63ff2cfd feat(stub): 优化常量表达式打印逻辑 7 months ago
韩天峰 625604d375 refactor(php): 优化编译器基础类中的变量赋值和数组维度获取逻辑 7 months ago
韩天峰 b57ff37b18 refactor(php): 重构PHP编译器中的静态属性赋值解析逻辑 7 months ago
韩天峰 2963e0b4ad refactor(Php): 优化函数调用解析器并重构测试代码 7 months ago
韩天峰 1596c58da6 refactor(Php): 重构编译器基础类和类定义结构 7 months ago
韩天峰 c58a85baa2 fix(stub): 修复常量生成中的表达式类型检查问题 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
韩天峰 6632629f58 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
韩天峰 100f2e22cb 代码格式化,命名空间处理 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
韩天峰 04fdbcc0e4 feat(php): 添加类构造函数需求检查和数组属性默认值处理 7 months ago
韩天峰 1fa3b4596b fix(compiler): 修复异常处理机制和二进制文件命名问题 7 months ago
韩天峰 8d8cb358d5 feat(php): 添加对 $$ 语法的检测和错误提示 7 months ago
韩天峰 96ecb8aae0 feat(php): 支持联合类型并优化编译器状态管理 7 months ago
韩天峰 1a8082ce2f fix(build): 修复源文件路径解析和编译选项配置问题 7 months ago
韩天峰 8cf58ebf70 feat(build): 支持项目配置文件中定义源文件路径 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
韩天峰 3931d77ceb fix(php): 修复PHP嵌入模式下的模块注册和字符串释放问题 7 months ago
韩天峰 0d5d91ec02 fix(runtime): 解决模块注册表清理问题 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