6 Commits (8c6ea1d14e5bdeede0e95182d48f4410b8866798)

Author SHA1 Message Date
韩天峰 af0b6f9582 移除 8.2、8.3 版本的支持 2 weeks ago
韩天峰 db4b7f9e28 feat(wasm): add TypePHP WASM implementation plan and trait scope guard support 3 weeks ago
韩天峰 9d29aa7a3f refactor(compiler): standardize extension prefix handling and improve internal symbol detection 1 month ago
韩天峰 bfada61042 feat(generator): 添加对C标准库宏的支持 2 months ago
韩天峰 41aaff4094 refactor(core): restructure source directory organization and update imports 2 months ago
韩天峰 3372e4c59c refactor(core): restructure namespace and file organization 2 months ago
韩天峰 bd2a3da14c feat(compiler): add PHP version control and pipe operator support 2 months ago
韩天峰 7e28e8441b feat(build): add support for building shared libraries in addition to binaries and extensions 2 months ago
韩天峰 631a1ef6b2 refactor(docs): update file paths and directory structure references 2 months ago
韩天峰 8ac4c5872d refactor(core): rename PhpAot namespace to TypePhp across codebase 2 months ago
韩天峰 777d6b6c36 rename(project): refactor Swoole-Compiler to TypePHP 2 months ago
韩天峰 91f7085662 feat(closure): 为闭包添加类型检查功能 2 months ago
韩天峰 e694e90c16 feat(translator): 添加无进度条编译选项 2 months ago
韩天峰 8267ae2bf4 feat(build): 添加交叉编译目标平台支持 2 months ago
韩天峰 22c2d17954 feat(cli): 添加 no-color 命令行选项并清理帮助文档 2 months ago
韩天峰 4e7acaf940 feat(compiler): 添加目标CPU指令集优化支持 2 months ago
韩天峰 02a91bba95 feat(compiler): 添加外部库集成和编译优化功能 2 months ago
韩天峰 3801158b41 feat(compiler): 添加干运行模式和构建目录选项 2 months ago
韩天峰 c25aab26c3 docs(constants): 更新PHP常量定义 3 months ago
韩天峰 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 函数支持并增强函数重定义检查 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