153 Commits (1ec0f3a2e04eb2a527ca37939d175d7f82ae2da0)

Author SHA1 Message Date
韩天峰 ee3dbc9717 feat(compiler): 添加项目配置和扩展忽略功能 4 months ago
韩天峰 69a1c24610 refactor(bootstrap): 调整函数文件加载方式并更新依赖 4 months ago
韩天峰 9744cc9e86 feat(build): 添加编译器构建功能并更新项目配置 4 months ago
韩天峰 eaa598a48e fix(php): 解决字符串连接操作符的void类型检查和引用参数处理问题 4 months ago
韩天峰 6426046857 fix(generator): 解决接口中trait使用解析问题并完善trait别名处理 4 months ago
韩天峰 d85353f8eb feat(compiler): 实现常量值解析和类型安全的值生成 4 months ago
韩天峰 d37c979031 重构:在预处理阶段获取所有类、函数、常量、属性定义,解决循环依赖的问题 5 months ago
韩天峰 27060d9b87 refactor(php): 重构变量声明和全局变量处理逻辑 5 months ago
韩天峰 cc1131f455 feat(php): 优化全局变量访问和基准测试函数类型声明 5 months ago
韩天峰 b8516b6ac0 fix(php): 修复存根文件函数返回类型检查和类方法处理逻辑 5 months ago
韩天峰 8312de6c73 feat(compiler): 添加原生类型支持和标准库函数 5 months ago
韩天峰 26a0439f42 feat(php): 优化函数调用并添加类存在性检查支持 5 months ago
韩天峰 67bbfb8852 fix(php): 修复AOT编译器中isset操作和属性获取问题 5 months ago
韩天峰 8eb944312a refactor(compiler): 重构编译器基础类以改善表达式解析 5 months ago
韩天峰 096a92a62e feat(php): 添加对内部类继承和可空参数的支持 5 months ago
韩天峰 52319ccd03 refactor(php): 重构函数调用和错误抑制处理逻辑 5 months ago
韩天峰 d0d66a0982 feat(compiler): 实现对 static 关键字的支持 6 months ago
韩天峰 70eccf59fc feat(closure): 添加闭包生成功能并支持占位符调用 6 months ago
韩天峰 28d12102a4 fix(php): 修复对象类型推断中的类名解析问题 6 months ago
韩天峰 ac3351b5f4 feat(compiler): 支持PHP变长参数展开语法 6 months ago
韩天峰 54c43dc691 feat(php): 支持 PHP 命名参数功能 6 months ago
韩天峰 aa6d81d2a7 feat(compiler): 添加可变参数支持功能 6 months ago
韩天峰 aa6be88c6c feat(php): 添加对PHP枚举类型的支持 7 months ago
韩天峰 46e15ca247 feat(compiler): 添加对 Match 表达式和枚举的支持 7 months ago
韩天峰 8bc3c66499 feat(examples): 添加PHP扩展示例和曼德布罗特集计算功能 7 months ago
韩天峰 f2e7b70043 feat(compiler): 添加闭包表达式支持 7 months ago
韩天峰 ca4a34204c feat(compiler): 添加对 main 函数的特殊支持和参数验证 7 months ago
韩天峰 288021d16c feat(compiler): 添加对孤立代码的检测和错误处理 7 months ago
韩天峰 8fd83ae8b0 feat(trie): 添加字典树数据结构实现 7 months ago
韩天峰 75a9309801 feat(php): 添加标量类型检查和yield表达式支持 7 months ago
韩天峰 8257f8a1c4 feat(generator): 添加常量符号注册功能 7 months ago
韩天峰 0723e9f01f feat(php): 添加对引用参数和命名参数的错误检查 7 months ago
韩天峰 120e89ac79 feat(examples): 添加多个示例文件演示核心功能 7 months ago
韩天峰 423c10fe47 feat(compiler): 实现空值检查表达式解析功能 7 months ago
韩天峰 2963e0b4ad refactor(Php): 优化函数调用解析器并重构测试代码 7 months ago
韩天峰 c58a85baa2 fix(stub): 修复常量生成中的表达式类型检查问题 7 months ago
韩天峰 57e1790639 feat(compiler): 实现对静态属性和常量的原生支持 7 months ago
韩天峰 08635302b6 refactor(php): 优化函数调用优化器中的function_exists处理 7 months ago
韩天峰 6dd8d2d6bc refactor(Php): 优化字符串字面量处理和函数调用优化 7 months ago
韩天峰 6632629f58 feat(extension): 添加请求生命周期钩子函数支持 7 months ago
韩天峰 1c074d140e feat(php): 实现PHP右结合赋值操作符支持 7 months ago
韩天峰 96ecb8aae0 feat(php): 支持联合类型并优化编译器状态管理 7 months ago
韩天峰 1a8082ce2f fix(build): 修复源文件路径解析和编译选项配置问题 7 months ago
韩天峰 8cf58ebf70 feat(build): 支持项目配置文件中定义源文件路径 7 months ago
韩天峰 09af173013 feat(compiler): 添加项目配置文件支持和编译选项扩展 7 months ago
韩天峰 1fc07ee729 feat(compiler): 添加对mixed类型支持和优化函数调用解析 7 months ago
韩天峰 c7c375019d refactor(compiler): 重构编译器配置和代码逻辑 7 months ago
韩天峰 a6a06ca859 feat(translator): 增强PHP到C++编译器功能 7 months ago
韩天峰 ea77b6d746 feat(compiler): 添加编译模式支持和目标名称配置 7 months ago
韩天峰 9499aac142 refactor(php): 更新PHP编译器中的类型转换函数命名 7 months ago