31 Commits (e208fe11bbadd2e2aedcc484c637f2be7dc681a8)

Author SHA1 Message Date
韩天峰 d51b8411e2 refactor(php): 更新不支持函数列表 3 months ago
韩天峰 fda0acc38f refactor(php): 移除编译缓存机制并更新强制编译描述 3 months ago
韩天峰 3045259ae0 feat(compiler): 添加编译后运行功能支持 3 months ago
韩天峰 95b1c89053 BitInt 支持位运算操作符 3 months ago
韩天峰 6c74f1c8b5 refactor(php): 重构编译器常量和构建模式配置 3 months ago
韩天峰 460ec638df refactor(php): 优化foreach循环中的迭代器变量使用并更新编译器常量 4 months ago
韩天峰 9186d04da4 refactor(backend): 将调试配置选项从 debug_info 统一更改为 debug 4 months ago
韩天峰 67496f6bf6 feat(php): 添加MSVC编译器警告抑制功能 4 months ago
韩天峰 7ad7657e28 cs-fix 4 months ago
韩天峰 2b088d71c5 feat(php): 添加 std::array 类型支持并优化编译器功能 4 months ago
韩天峰 334594c659 feat(compiler): 实现 C++ 标准独立配置功能 4 months ago
韩天峰 20436c5e41 refactor(php): 重构 MSVC 警告屏蔽机制 4 months ago
韩天峰 b1272f47e7 feat(php): 添加PHP编译器基础类实现 4 months ago
韩天峰 8994813b8b feat(compiler): 添加 Windows GUI 模式编译支持 4 months ago
韩天峰 d78a43099d refactor(php): 重构 PHP 编译器基础类以使用 phpx 库 4 months ago
韩天峰 12ff420d87 refactor(config): 将编译器选项配置迁移至常量类 4 months ago
韩天峰 ec98d1045d fix(php): 修复异常处理和编译器逻辑问题 4 months ago
韩天峰 8865796b43 feat(php): 实现 compact 函数支持并增强函数重定义检查 4 months ago
韩天峰 59698b5319 fix(php): 解决类方法参数中使用$this的问题并优化静态属性访问 5 months ago
韩天峰 eb2eacc69a feat(compiler): 添加对PHP内置函数func_get_arg和func_get_args的支持 5 months ago
韩天峰 898cbe2553 feat(php): 支持 func_num_args 函数优化 5 months ago
韩天峰 2838053e4f feat(php): 添加命名空间常量并改进魔术方法检测器 5 months ago
韩天峰 9eb781464a 大重构,新增 FunctionContext 类 5 months ago
韩天峰 afa770bcab feat(php): 添加模板关键字支持 5 months ago
韩天峰 a72752828f feat(php): 添加对 match 表达式的支持 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
韩天峰 11828d3b5a feat(compiler): 添加对 any 函数的支持 7 months ago
韩天峰 16787142d6 修复错误,增加单测 8 months ago