62 Commits (9465caea14f8f62c81828ce743570d3a5ca5ae94)

Author SHA1 Message Date
韩天峰 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
韩天峰 c7c375019d refactor(compiler): 重构编译器配置和代码逻辑 7 months ago
韩天峰 a6a06ca859 feat(translator): 增强PHP到C++编译器功能 7 months ago
韩天峰 ea77b6d746 feat(compiler): 添加编译模式支持和目标名称配置 7 months ago
韩天峰 9499aac142 refactor(php): 更新PHP编译器中的类型转换函数命名 7 months ago
韩天峰 a529ccf306 fix(php): 修复对象值解析和函数参数处理问题 7 months ago
韩天峰 9b94b287cb refactor(php): 移除属性赋值解析方法并优化对象初始化 7 months ago
韩天峰 f8be1767e6 feat(php): 添加对象类型推断和方法调用优化功能 7 months ago
韩天峰 0f3ccb98cd feat(php): 添加属性偏移量支持和性能优化 7 months ago
韩天峰 3959fee828 test(zend): 添加heredoc语法和半保留字测试用例 7 months ago
韩天峰 1b78fc7fd9 feat(php): 添加PHP编译器基础功能和八皇后问题示例 7 months ago
韩天峰 25e567b3db feat(php): 添加类定义功能支持 7 months ago
韩天峰 4ed56de30e feat(php): 实现PHP编译器对引用参数的支持 7 months ago
韩天峰 f8100988c4 update mixed 7 months ago
韩天峰 bdea6f77cc 添加类的单元测试 7 months ago
韩天峰 612d60d158 feat(examples): 添加PHP微基准测试脚本 7 months ago
韩天峰 d24c8be049 feat(php): 添加命名空间支持和类继承功能 8 months ago
韩天峰 ecbb00542e fix(compiler): 修复PHP到C++编译器中的类型解析问题 8 months ago
韩天峰 ca1ee88d5f 支持 class 处理,初步版本 8 months ago
韩天峰 da9b944099 重构类结构,拆分成多个类,避免单个类的尺寸过大 8 months ago
韩天峰 0033a243d0 添加更多测试,php std 标准库测试,支持 list 语法 8 months ago
韩天峰 a54b04118d 支持错误抑制操作符,但仅支持控制一个函数 8 months ago
韩天峰 a085c33208 refactor(Php): 优化 MagicConst 和 Foreach 语句解析 8 months ago
韩天峰 68c272355c 命名空间和 use 语法支持 [1] ,仅 function,TODO class 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
韩天峰 5824e859e6 赋值操作作为右值,修复 try/catch 没有 finally 无法跳出循环的问题 8 months ago
韩天峰 122e43b679 添加 'examples/bench/test1.php' 8 months ago
韩天峰 4f095c301d 添加更多單元測試 8 months ago
韩天峰 739152ba14 支持语法 **= 8 months ago
韩天峰 4162b79113 try/catch 语法支持 8 months ago
韩天峰 ec836bcb31 nbody-php-3 算法 8 months ago
韩天峰 74a3778426 禁止 foreach 中添加全局变量的同名变量 8 months ago
韩天峰 c9c558103c 数组操作处理 8 months ago
韩天峰 bf69a539a1 字面量字符串优化,增加字面量表 8 months ago
韩天峰 a25fe02e09 更新 8 months ago
韩天峰 6ac8494173 update 8 months ago
韩天峰 e867d32e60 命令行参数 8 months ago
韩天峰 9c72ef6ff4 bench.php 8 months ago
韩天峰 0447e73214 add bench.php 8 months ago
韩天峰 013addcafd Update 8 months ago
韩天峰 348641cf01 优化运算逻辑代码,左值和右值均为 var 类型时,直接用映射方法而不是转为整数 8 months ago
韩天峰 023c017112 链式赋值语法 8 months ago
韩天峰 f2d6ee2b63 update 8 months ago