3 Commits (c7bdfd883d00e305051e0d4ce222d5f56823f300)

Author SHA1 Message Date
韩天峰 a0ece071cc refactor(generator): replace self::TYPE_* constants with Type::* constants 2 months ago
韩天峰 3372e4c59c refactor(core): restructure namespace and file organization 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
韩天峰 7047597299 chore(project): update project name from Swoole-Compiler to TypePHP 2 months ago
韩天峰 fc5eeb3c0f refactor:统一整数字面量生成并添加平台后缀支持 2 months ago
韩天峰 6e5b186c91 refactor(php): 重构PHP解析器的表达式处理和动态属性访问 2 months ago
韩天峰 91f7085662 feat(closure): 为闭包添加类型检查功能 2 months ago
Yurun 30ef9352a2 fix(const): 修复常量名与变量名冲突问题、常量名大小写敏感问题 2 months ago
韩天峰 bf4c5a7852 fix(generator): 解决常量值格式化和命名空间解析问题 3 months ago
韩天峰 17fcb16aec fix(php): 修复受保护方法访问检查和字符串转义问题 3 months ago
韩天峰 144b60a3e3 feat(compiler): 支持 bigint_types 和 decimal_types 声明指令 3 months ago
韩天峰 1e47ac0f53 fix(parser): 解决属性默认值处理中的类型转换和重复定义问题 4 months ago
韩天峰 f4b8d6c1f3 feat(php): 添加对 trait 的支持并重构符号引用方式 5 months ago
韩天峰 d85353f8eb feat(compiler): 实现常量值解析和类型安全的值生成 5 months ago
韩天峰 17f3ded89a refactor(Php): 重构静态变量处理逻辑 5 months ago
韩天峰 27060d9b87 refactor(php): 重构变量声明和全局变量处理逻辑 5 months ago
韩天峰 34e112d697 feat(php): 添加类构造函数初始化和清理功能 5 months ago
韩天峰 fa2a1d286f refactor(php): 优化对象包装器处理逻辑并修复字符串转义问题 5 months ago
韩天峰 dac3fa81e8 fix(generator): 修复闭包生成器中的变量状态恢复问题 6 months ago
韩天峰 7292635b3d refactor(php): 重构PHP编译器代码结构 6 months ago
韩天峰 78f3ca8025 code format 6 months ago
韩天峰 b091d2dad8 Revert "code format" 6 months ago
韩天峰 b6d64407f3 code format 6 months ago
韩天峰 70eccf59fc feat(closure): 添加闭包生成功能并支持占位符调用 6 months ago