433 Commits (v0.0.3)
 

Author SHA1 Message Date
韩天峰 8bf5c9c806 test(aot): 添加迭代器和匹配表达式测试 5 months ago
韩天峰 23f2fa48af feat(php): 实现魔术方法 __get、__set、__isset、__unset 的编译支持 5 months ago
韩天峰 45e3933b3c refactor(php): 优化编译器基础类的类型声明和参数命名 5 months ago
韩天峰 55caa1fcef feat(compiler): 实现PHP魔术方法支持和动态调用处理 5 months ago
韩天峰 a4bc4fcfc0 test(aot): 添加晚期静态绑定功能测试用例 5 months ago
韩天峰 c8e22239bb docs: 添加 PHP 与 C++ 混合编程指南并完善原生类型文档 5 months ago
韩天峰 1d14d569bf docs: 添加 AOT 编译器文档集 5 months ago
韩天峰 552fa1c882 docs(guide): 添加函数参数类型声明优化指南 5 months ago
韩天峰 2ef2358735 fix(compiler): 移除变量类型重新赋值检查逻辑 5 months ago
韩天峰 5b0346a4ad test(aot): 添加 AOT 编译器功能测试和文档 5 months ago
韩天峰 1441a7e5be cs-fix 5 months ago
韩天峰 f17ffa6b6f refactor(php): 重构编译器对象管理逻辑 5 months ago
韩天峰 f73a6cb6ac refactor(aot): 移除不支持的常量定义和字符串连接操作 5 months ago
韩天峰 67fc93c620 feat(compiler): 添加对全局变量和引用参数的支持 5 months ago
韩天峰 8af5580689 大重构,新增 FunctionContext 类 5 months ago
韩天峰 9eb781464a 大重构,新增 FunctionContext 类 5 months ago
韩天峰 3df8a36674 fix(php): 修复编译器基础类中的对象重置和错误消息 5 months ago
韩天峰 9526f9992b feat(closure): 完善闭包 use 语法支持 5 months ago
韩天峰 a50e889751 feat(php): 添加对 foreach 引用语法的支持 5 months ago
韩天峰 6a48de1321 refactor(php): 优化魔术方法检测器的参数验证逻辑 5 months ago
韩天峰 41e46c2479 refactor(php): 重构父类解析逻辑以支持完全限定名称 5 months ago
韩天峰 afa770bcab feat(php): 添加模板关键字支持 5 months ago
韩天峰 13499a0b7f feat(php): 添加引用生成器支持并优化表达式解析 5 months ago
韩天峰 33d8693776 remove(Php): 删除 Encryptor 文件 5 months ago
韩天峰 1d6681ade3 fix(php): 修复原生函数调用异常处理和静态方法调用解析 5 months ago
韩天峰 fd48162ab6 fix(php): 修复原生方法调用异常处理 5 months ago
韩天峰 6d9c3da0c0 feat(compiler): 添加并行编译功能支持多任务同时执行 5 months ago
韩天峰 52319ccd03 refactor(php): 重构函数调用和错误抑制处理逻辑 5 months ago
韩天峰 52b1effffb feat(php): 添加对 exit 语句的支持 5 months ago
韩天峰 2dac76a62d feat(php): 实现 switch 语句编译功能 5 months ago
韩天峰 208a34b134 feat(php): 添加对原生类型和方法调用的支持 5 months ago
韩天峰 fed0d7c2a0 feat(compiler): 添加属性映射支持用于PHP编译器 5 months ago
韩天峰 e869ee49a8 test(aot): 添加空类型属性测试用例 5 months ago
韩天峰 af5442f25e fix(php): 修复类作用域处理中的命名空间前缀问题 5 months ago
韩天峰 c259d20562 feat(php): 添加对函数调用占位符的支持并实现作用域切换功能 5 months ago
韩天峰 afc4ef87f8 feat(php): 添加对 self 类型的支持 6 months ago
韩天峰 eed45fdb61 fix(closure): 修复箭头函数和闭包生成中的代码顺序问题 6 months ago
韩天峰 f56bd745e7 fix(php): 修复匿名函数返回值类型推断问题 6 months ago
韩天峰 7b4eeefb19 fix(php): 修复目标名称验证逻辑 6 months ago
韩天峰 6a9b75d91f test(aot): 添加闭包和自类型测试用例 6 months ago
韩天峰 dd46d6fa5f feat(php): 添加对PHP空安全操作符的支持 6 months ago
韩天峰 f12ceb1713 fix(php): 修复 isset 多变量检查问题 6 months ago
韩天峰 cc1b476a31 test(aot): 添加类静态常量测试用例 6 months ago
韩天峰 746dc23680 feat(core): 添加进程标题设置和获取功能 6 months ago
韩天峰 f85889fce1 feat(php): 添加函数调用表达式检测和相关功能支持 6 months ago
韩天峰 ed45578ef1 fix(php): 修复函数参数解析中的默认值计数问题 6 months ago
韩天峰 d8e164b32c feat(aot): 添加对static关键字的支持 6 months ago
韩天峰 cebe50121a refactor(php): 优化PHP编译器代码结构和功能实现 6 months ago
韩天峰 d0d66a0982 feat(compiler): 实现对 static 关键字的支持 6 months ago
韩天峰 4f375bf869 refactor(php): 优化标识符转换方法以支持字面量模式 6 months ago