100 Commits (8cf58ebf708679c32f08e1046c3fde4bcbfe9990)

Author SHA1 Message Date
韩天峰 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): 当接口和类定义均为空时提前返回 8 months ago
韩天峰 689b59bbda 处理继承或实现内置类和接口 8 months ago
韩天峰 6ff687e1da Interface,ce 依赖关系处理,排序 8 months ago
韩天峰 f8100988c4 update mixed 8 months ago
韩天峰 af9ecf336f feat(php): 添加方法和函数上下文跟踪功能 8 months ago
韩天峰 8b0c3d2b72 refactor(php): 重构PHP编译器基础功能并优化代码结构 8 months ago
韩天峰 ec106db274 refactor(compiler): 将全局变量生成改为扩展生成 8 months ago
韩天峰 9702529c0f feat(compiler): 添加类常量获取支持并优化参数信息处理 8 months ago
韩天峰 e1bb057420 feat(compiler): 添加缓存机制和强制编译选项 8 months ago
韩天峰 f3944a5259 refactor(compiler): 重构PHP到C++编译器实现 8 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
韩天峰 d24c8be049 feat(php): 添加命名空间支持和类继承功能 8 months ago
韩天峰 ca1ee88d5f 支持 class 处理,初步版本 8 months ago
韩天峰 da9b944099 重构类结构,拆分成多个类,避免单个类的尺寸过大 8 months ago
韩天峰 8327e198ed 重构类结构,拆分成多个类,避免单个类的尺寸过大 8 months ago
韩天峰 07c7abffd7 类处理代码 8 months ago
韩天峰 16787142d6 修复错误,增加单测 8 months ago
韩天峰 0033a243d0 添加更多测试,php std 标准库测试,支持 list 语法 8 months ago
韩天峰 a54b04118d 支持错误抑制操作符,但仅支持控制一个函数 8 months ago
韩天峰 a085c33208 refactor(Php): 优化 MagicConst 和 Foreach 语句解析 8 months ago
韩天峰 185c5a75dc 添加 NAMESPACE_SEPARATOR 常量用于统一分隔符定义 8 months ago
韩天峰 68c272355c 命名空间和 use 语法支持 [1] ,仅 function,TODO class 8 months ago
韩天峰 c601729ddc feat(translator): 更新编译器生成全局变量和常量功能 8 months ago
韩天峰 ba3ffd885f 支持 C++ Native 函数注入,stub 存根文件 8 months ago
韩天峰 04f265ae24 全局变量 8 months ago
韩天峰 730e0e45f1 支持 empty 语法 8 months ago