140 Commits (4ed56de30e7efbc97d5f31c5dff8c2123f331c1f)
 

Author SHA1 Message Date
韩天峰 4ed56de30e feat(php): 实现PHP编译器对引用参数的支持 7 months ago
韩天峰 715abf458d refactor(php): 重构 foreach 循环解析逻辑以支持对象迭代器 7 months ago
韩天峰 749b4ec00d 修复迭代器实现,continue 时执行 next() 7 months ago
韩天峰 c9d6e93f40 支持 Iterator/IteratorAggregate 对象 foreach 操作 7 months ago
韩天峰 9ca07388bc refactor(php): 重构PHP编译器中的变量表达式判断逻辑 7 months ago
韩天峰 8e7d39d7fe fix(translator): 当接口和类定义均为空时提前返回 7 months ago
韩天峰 689b59bbda 处理继承或实现内置类和接口 7 months ago
韩天峰 6ff687e1da Interface,ce 依赖关系处理,排序 7 months ago
韩天峰 f8100988c4 update mixed 7 months ago
韩天峰 bdea6f77cc 添加类的单元测试 7 months ago
韩天峰 c3f5aca1a8 feat(generator): 添加变量名参数支持PHP全局变量初始化 7 months ago
韩天峰 af9ecf336f feat(php): 添加方法和函数上下文跟踪功能 7 months ago
韩天峰 612d60d158 feat(examples): 添加PHP微基准测试脚本 7 months ago
韩天峰 8b0c3d2b72 refactor(php): 重构PHP编译器基础功能并优化代码结构 7 months ago
韩天峰 ec106db274 refactor(compiler): 将全局变量生成改为扩展生成 7 months ago
韩天峰 9702529c0f feat(compiler): 添加类常量获取支持并优化参数信息处理 7 months ago
韩天峰 e1bb057420 feat(compiler): 添加缓存机制和强制编译选项 7 months ago
韩天峰 f3944a5259 refactor(compiler): 重构PHP到C++编译器实现 7 months ago
韩天峰 e4505c2ef1 refactor(php): 重构函数和方法定义解析逻辑 8 months ago
韩天峰 5fd9215509 refactor(Php): 重构类定义和编译器实现 8 months ago
韩天峰 d21e7c13bf refactor(Php): 优化Translator类中的方法以提高代码可读性 8 months ago
韩天峰 29bd55ccd3 feat(php): 添加类定义文件映射功能 8 months ago
韩天峰 eaf2418313 refactor(Php): 优化 CompilerBase 类中的方法参数类型声明 8 months ago
韩天峰 d24c8be049 feat(php): 添加命名空间支持和类继承功能 8 months ago
韩天峰 64d18db7e3 移除 for/foreach 的 key/value 变量的全局变量重复检测,在 C++ 中使用变量遮蔽(variable shadowing)不覆盖global/local var 8 months ago
韩天峰 f7132da93b for/foreach 的 key/value 变量作为 scope var 而不是 local var 8 months ago
韩天峰 ecbb00542e fix(compiler): 修复PHP到C++编译器中的类型解析问题 8 months ago
韩天峰 ca1ee88d5f 支持 class 处理,初步版本 8 months ago
韩天峰 53a8e64b03 修改 gen_stub.php, 未设置类型默认为 mixed 8 months ago
韩天峰 02ce29ba97 added gen_stub.php 8 months ago
韩天峰 a7d3cb323a 更新 main.cc 8 months ago
韩天峰 da9b944099 重构类结构,拆分成多个类,避免单个类的尺寸过大 8 months ago
韩天峰 8327e198ed 重构类结构,拆分成多个类,避免单个类的尺寸过大 8 months ago
韩天峰 07c7abffd7 类处理代码 8 months ago
韩天峰 bfc1d8b2c7 类处理代码 8 months ago
韩天峰 7ae7e12ad8 增加标准库单测文件 8 months ago
韩天峰 16787142d6 修复错误,增加单测 8 months ago
韩天峰 0033a243d0 添加更多测试,php std 标准库测试,支持 list 语法 8 months ago
韩天峰 a54b04118d 支持错误抑制操作符,但仅支持控制一个函数 8 months ago
韩天峰 3c89f98296 code-format 8 months ago
韩天峰 a085c33208 refactor(Php): 优化 MagicConst 和 Foreach 语句解析 8 months ago
韩天峰 185c5a75dc 添加 NAMESPACE_SEPARATOR 常量用于统一分隔符定义 8 months ago
韩天峰 68c272355c 命名空间和 use 语法支持 [1] ,仅 function,TODO class 8 months ago
韩天峰 955a3b0e4f refactor(compiler): 优化路径验证逻辑 8 months ago
韩天峰 c601729ddc feat(translator): 更新编译器生成全局变量和常量功能 8 months ago
韩天峰 1036317e74 Update 8 months ago
韩天峰 ba3ffd885f 支持 C++ Native 函数注入,stub 存根文件 8 months ago
韩天峰 04f265ae24 全局变量 8 months ago
韩天峰 730e0e45f1 支持 empty 语法 8 months ago
韩天峰 73f84217db 支持静态类属性读写语法 8 months ago