48 Commits (3e9c02a666938ffe49911fb54647f3821d4bc1bf)

Author SHA1 Message Date
韩天峰 3e9c02a666 feat(parser): add support for PHP 8.4 property hooks and asymmetric visibility 2 months ago
韩天峰 bd2a3da14c feat(compiler): add PHP version control and pipe operator support 2 months ago
韩天峰 2bad099e09 feat(generator): add yield and generator support using Fiber backend 2 months ago
韩天峰 330d7eb655 feat(parser): add support for promoted constructor properties 2 months ago
韩天峰 d2b7a36430 fix(compiler): resolve bitwise not operation on class constants in AOT compilation 2 months ago
韩天峰 8ac4c5872d refactor(core): rename PhpAot namespace to TypePhp across codebase 2 months ago
韩天峰 2a75143036 fix(aot): 处理类常量引用的全限定类名 2 months ago
韩天峰 c94be9c6a9 fix(compiler):注入finally块到return路径并修复属性注册 2 months ago
韩天峰 9c5bf37b6f fix(generator): 修复代码生成器中的引用传递问题 2 months ago
韩天峰 601b985600 feat(compiler): 添加进度条显示并更新依赖库 2 months ago
韩天峰 4acb632c13 feat(compiler): 为类方法自动推断返回类型并优化属性访问检查 2 months ago
韩天峰 25aeff51a7 refactor(generator): 简化类对象处理器初始化逻辑 2 months ago
韩天峰 e6c3e22f6e feat(compiler): 添加未定义变量检查和对象处理器初始化 2 months ago
韩天峰 215f5cdcac feat(stub): 添加对推断PHP文档类型的处理支持 2 months ago
韩天峰 57517381a1 feat(generator): 优化属性默认值生成逻辑支持数组类型 2 months ago
韩天峰 99c3dec641 feat(php): 添加魔术方法类型推断支持 2 months ago
韩天峰 e0f6de8480 feat(aot): 添加对any类型声明的支持并优化参数信息生成 2 months ago
韩天峰 0dc846a4fc feat(php): 添加数组初始化计划支持并修复构造函数提升属性默认值处理 2 months ago
韩天峰 d1c4e365b1 test(const): 添加类常量默认值测试用例 2 months ago
韩天峰 b89dd177b3 feat(generator): 添加可变参数联合类型检查支持 3 months ago
韩天峰 981a8613b5 fix(generator): 修复只读属性的默认值初始化问题 3 months ago
韩天峰 403991357e feat(generator): 优化属性默认值代码生成逻辑 3 months ago
韩天峰 28d1432664 refactor(type): 移除不必要的类实例断言检查 3 months ago
韩天峰 04a56a7762 fix(stub): 修复异常处理并支持属性默认值中的new操作 3 months ago
韩天峰 057e25a950 feat(type): 添加对 stream 类型的支持 3 months ago
韩天峰 08f90e2df9 feat(php): 添加对box类型的支持 3 months ago
韩天峰 593cd523d5 feat(php): 添加对 any 类型的支持 3 months ago
韩天峰 bf4c5a7852 fix(generator): 解决常量值格式化和命名空间解析问题 3 months ago
韩天峰 17fcb16aec fix(php): 修复受保护方法访问检查和字符串转义问题 3 months ago
韩天峰 ce7d254709 fix(compiler): 修复trait中类常量访问的命名空间解析问题 3 months ago
韩天峰 fb458405b8 允许类方法的默认参数使用类常量 3 months ago
韩天峰 aa51b09fa9 fix(aot): 修复属性数组参数支持并调整编译器方法可见性 4 months ago
韩天峰 c79573a9fe fix(php): 修复编译器基类中的回溯打印和类型返回验证问题 4 months ago
韩天峰 eaa1b4cd9a fix(php): 修复编译器基类中的回溯打印和类型返回验证问题 4 months ago
韩天峰 489020d5a3 refactor(parser): 优化类信息管理逻辑 4 months ago
韩天峰 799aa629c0 feat(php): 添加 refval 函数支持引用传递功能 4 months ago
韩天峰 8c4bfd6683 refactor(generator): 更新版本标志对象变量名并修正节点类型声明 4 months ago
韩天峰 d8a828558d refactor(generator): 将模板渲染改为直接代码生成 4 months ago
韩天峰 2e0cb9db4c refactor(php): 优化匿名类名称解析逻辑 4 months ago
韩天峰 9744cc9e86 feat(build): 添加编译器构建功能并更新项目配置 4 months ago
韩天峰 d1a06ac8d4 refactor(generator): 重构代码生成器的类信息管理和错误处理 4 months ago
韩天峰 ee8c40698b refactor(compiler): 重构标准库函数调用解析逻辑 4 months ago
韩天峰 1e47ac0f53 fix(parser): 解决属性默认值处理中的类型转换和重复定义问题 4 months ago
韩天峰 f41d42e5bc feat(compiler): 增强类型声明和对象赋值检查功能 4 months ago
韩天峰 e62c953c71 feat(compiler): 完善类型声明和对象赋值检查功能 4 months ago
韩天峰 6426046857 fix(generator): 解决接口中trait使用解析问题并完善trait别名处理 4 months ago
韩天峰 88693dcc21 feat(aot): 添加对 PHP Trait 特性的支持 4 months ago
韩天峰 d85353f8eb feat(compiler): 实现常量值解析和类型安全的值生成 4 months ago
韩天峰 7eed77138a feat(php): 添加对 throw 语句的支持并改进 switch case 验证 5 months ago
韩天峰 fa2a1d286f refactor(php): 优化对象包装器处理逻辑并修复字符串转义问题 5 months ago