23 Commits (4d04b34cc807206ac5337684bd0cfa784847b207)

Author SHA1 Message Date
韩天峰 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): 修复异常处理和编译器逻辑问题 5 months ago
韩天峰 8865796b43 feat(php): 实现 compact 函数支持并增强函数重定义检查 5 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 类 6 months ago
韩天峰 afa770bcab feat(php): 添加模板关键字支持 6 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