115 Commits (8257f8a1c4c626536dddf7f043b78adc61a26c63)

Author SHA1 Message Date
韩天峰 8257f8a1c4 feat(generator): 添加常量符号注册功能 7 months ago
韩天峰 1d6e7522ab refactor(php): 将PHP实体类移动到Entity子命名空间 7 months ago
韩天峰 67ace98bb6 refactor(php): 将异常类移动到Exception命名空间 7 months ago
韩天峰 423c10fe47 feat(compiler): 实现空值检查表达式解析功能 7 months ago
韩天峰 c58a85baa2 fix(stub): 修复常量生成中的表达式类型检查问题 7 months ago
韩天峰 6dd8d2d6bc refactor(Php): 优化字符串字面量处理和函数调用优化 7 months ago
韩天峰 5b44e4d390 feat(extension): 添加请求生命周期钩子函数支持 7 months ago
韩天峰 38110f67d5 refactor(php): 重构PHP到C++编译器实现细节 7 months ago
韩天峰 2c90437a99 style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago
韩天峰 0e4a332519 feat(php): 添加函数指针映射功能支持 7 months ago
韩天峰 13a5849584 代码格式化,命名空间处理 7 months ago
韩天峰 8c20fd18c8 refactor(core): 优化代码结构和性能 7 months ago
韩天峰 04fdbcc0e4 feat(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
韩天峰 c7c375019d refactor(compiler): 重构编译器配置和代码逻辑 7 months ago
韩天峰 cf5e889a75 refactor(php): 重构PHP编译器函数声明解析和包装生成逻辑 7 months ago
韩天峰 f38098523f refactor(compiler): 重构PHP编译器参数类型解析逻辑 7 months ago
韩天峰 37d0172164 ``` 7 months ago
韩天峰 a6a06ca859 feat(translator): 增强PHP到C++编译器功能 7 months ago
韩天峰 ea77b6d746 feat(compiler): 添加编译模式支持和目标名称配置 7 months ago
韩天峰 e824c5d7c0 fix(compiler): 修复变量赋值和属性访问的类型检查问题 7 months ago
韩天峰 a529ccf306 fix(php): 修复对象值解析和函数参数处理问题 7 months ago
韩天峰 51f039e6b4 refactor(Php): 优化对象值解析逻辑并添加方法标识支持 7 months ago
韩天峰 0f3ccb98cd feat(php): 添加属性偏移量支持和性能优化 7 months ago
韩天峰 1b78fc7fd9 feat(php): 添加PHP编译器基础功能和八皇后问题示例 7 months ago
韩天峰 3dc79d2074 fix(parser): 修复抽象类实例化和空语句处理问题 7 months ago
韩天峰 43b9797df8 test(classes): 添加魔术方法相关测试用例 7 months ago
韩天峰 a6826d5fd0 feat(compiler): 添加PHP语法错误处理和类常量重复定义检查 7 months ago
韩天峰 d90bf8a5fd feat(compiler): 添加类常量支持和优化代码生成 7 months ago
韩天峰 25e567b3db feat(php): 添加类定义功能支持 7 months ago
韩天峰 715abf458d refactor(php): 重构 foreach 循环解析逻辑以支持对象迭代器 7 months ago
韩天峰 749b4ec00d 修复迭代器实现,continue 时执行 next() 7 months ago
韩天峰 c9d6e93f40 支持 Iterator/IteratorAggregate 对象 foreach 操作 7 months ago
韩天峰 8e7d39d7fe fix(translator): 当接口和类定义均为空时提前返回 7 months ago
韩天峰 689b59bbda 处理继承或实现内置类和接口 7 months ago
韩天峰 6ff687e1da Interface,ce 依赖关系处理,排序 7 months ago
韩天峰 f8100988c4 update mixed 7 months ago
韩天峰 af9ecf336f feat(php): 添加方法和函数上下文跟踪功能 7 months ago
韩天峰 8b0c3d2b72 refactor(php): 重构PHP编译器基础功能并优化代码结构 7 months ago
韩天峰 ec106db274 refactor(compiler): 将全局变量生成改为扩展生成 7 months ago
韩天峰 9702529c0f feat(compiler): 添加类常量获取支持并优化参数信息处理 7 months ago
韩天峰 e1bb057420 feat(compiler): 添加缓存机制和强制编译选项 7 months ago
韩天峰 f3944a5259 refactor(compiler): 重构PHP到C++编译器实现 7 months ago
韩天峰 e4505c2ef1 refactor(php): 重构函数和方法定义解析逻辑 8 months ago
韩天峰 5fd9215509 refactor(Php): 重构类定义和编译器实现 8 months ago
韩天峰 d21e7c13bf refactor(Php): 优化Translator类中的方法以提高代码可读性 8 months ago
韩天峰 29bd55ccd3 feat(php): 添加类定义文件映射功能 8 months ago