1 Commits (9f6a13d5f7e43677ae8632c01f07ff2806c142d1)

Author SHA1 Message Date
韩天峰 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
韩天峰 989395d7e1 fix(php): 修复常量比较的大小写敏感问题 2 months ago
韩天峰 7ad7657e28 cs-fix 4 months ago
韩天峰 4470c4597d fix(std): 修复标准数组布尔值比较问题 4 months ago
韩天峰 2b088d71c5 feat(php): 添加 std::array 类型支持并优化编译器功能 4 months ago
韩天峰 799aa629c0 feat(php): 添加 refval 函数支持引用传递功能 4 months ago
韩天峰 ec98d1045d fix(php): 修复异常处理和编译器逻辑问题 4 months ago
韩天峰 36cf7dbf16 feat(aot): 添加对引用赋值和列表赋值的支持 5 months ago
韩天峰 2ad8df01da refactor(php): 优化代码结构并添加测试用例 5 months ago
韩天峰 21b7de3905 feat(php): 添加对trait的支持和优化函数调用处理 5 months ago
韩天峰 f179705296 cs-fix 5 months ago
韩天峰 7eed77138a feat(php): 添加对 throw 语句的支持并改进 switch case 验证 5 months ago
韩天峰 e230e66164 feat(php): 支持引用参数的默认值为数组 5 months ago
韩天峰 1441a7e5be cs-fix 5 months ago
韩天峰 52319ccd03 refactor(php): 重构函数调用和错误抑制处理逻辑 5 months ago
韩天峰 52b1effffb feat(php): 添加对 exit 语句的支持 5 months ago
韩天峰 208a34b134 feat(php): 添加对原生类型和方法调用的支持 5 months ago
韩天峰 c259d20562 feat(php): 添加对函数调用占位符的支持并实现作用域切换功能 6 months ago
韩天峰 f85889fce1 feat(php): 添加函数调用表达式检测和相关功能支持 6 months ago
韩天峰 cebe50121a refactor(php): 优化PHP编译器代码结构和功能实现 6 months ago
韩天峰 34f157871d test(compiler): 添加空合并赋值操作符测试用例并优化编译逻辑 6 months ago
韩天峰 43cb0948e1 refactor(php): 优化PHP编译器类型检查和表达式处理 6 months ago
韩天峰 257616d571 refactor(compiler): 优化方法调用和参数解析逻辑 7 months ago
韩天峰 a72752828f feat(php): 添加对 match 表达式的支持 7 months ago
韩天峰 75a9309801 feat(php): 添加标量类型检查和yield表达式支持 7 months ago
韩天峰 2c90437a99 style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago
韩天峰 13a5849584 代码格式化,命名空间处理 7 months ago
韩天峰 8c20fd18c8 refactor(core): 优化代码结构和性能 7 months ago
韩天峰 1c074d140e feat(php): 实现PHP右结合赋值操作符支持 7 months ago
韩天峰 f8be1767e6 feat(php): 添加对象类型推断和方法调用优化功能 7 months ago
韩天峰 0f3ccb98cd feat(php): 添加属性偏移量支持和性能优化 7 months ago
韩天峰 25e567b3db feat(php): 添加类定义功能支持 7 months ago
韩天峰 c9d6e93f40 支持 Iterator/IteratorAggregate 对象 foreach 操作 7 months ago
韩天峰 9ca07388bc refactor(php): 重构PHP编译器中的变量表达式判断逻辑 7 months ago