20 Commits (ed45578ef1b4a9390b900c67c6338b4fa2a23459)

Author SHA1 Message Date
韩天峰 ed45578ef1 fix(php): 修复函数参数解析中的默认值计数问题 6 months ago
韩天峰 d0d66a0982 feat(compiler): 实现对 static 关键字的支持 6 months ago
韩天峰 28d12102a4 fix(php): 修复对象类型推断中的类名解析问题 6 months ago
韩天峰 ca4a34204c feat(compiler): 添加对 main 函数的特殊支持和参数验证 7 months ago
韩天峰 fe34c72c87 feat(compiler): 添加调试信息生成功能 7 months ago
韩天峰 5b44e4d390 feat(extension): 添加请求生命周期钩子函数支持 7 months ago
韩天峰 6632629f58 feat(extension): 添加请求生命周期钩子函数支持 7 months ago
韩天峰 1fa3b4596b fix(compiler): 修复异常处理机制和二进制文件命名问题 7 months ago
韩天峰 1fc07ee729 feat(compiler): 添加对mixed类型支持和优化函数调用解析 7 months ago
韩天峰 3931d77ceb fix(php): 修复PHP嵌入模式下的模块注册和字符串释放问题 7 months ago
韩天峰 0d5d91ec02 fix(runtime): 解决模块注册表清理问题 7 months ago
韩天峰 f38098523f refactor(compiler): 重构PHP编译器参数类型解析逻辑 7 months ago
韩天峰 a6a06ca859 feat(translator): 增强PHP到C++编译器功能 7 months ago
韩天峰 0f3ccb98cd feat(php): 添加属性偏移量支持和性能优化 7 months ago
韩天峰 8b0c3d2b72 refactor(php): 重构PHP编译器基础功能并优化代码结构 8 months ago
韩天峰 f3944a5259 refactor(compiler): 重构PHP到C++编译器实现 8 months ago
韩天峰 d24c8be049 feat(php): 添加命名空间支持和类继承功能 8 months ago
韩天峰 a7d3cb323a 更新 main.cc 8 months ago
韩天峰 0033a243d0 添加更多测试,php std 标准库测试,支持 list 语法 8 months ago
韩天峰 c601729ddc feat(translator): 更新编译器生成全局变量和常量功能 8 months ago
韩天峰 04f265ae24 全局变量 8 months ago
韩天峰 5f14139ace Native 常量处理 8 months ago
韩天峰 fb10132b6c 动态函数调用语法 8 months ago
韩天峰 4162b79113 try/catch 语法支持 8 months ago
韩天峰 bf09f600ba 全局变量 unset 8 months ago
韩天峰 bf69a539a1 字面量字符串优化,增加字面量表 8 months ago
韩天峰 8df7d16efb 优化命令行参数 8 months ago
韩天峰 e867d32e60 命令行参数 8 months ago
韩天峰 bf83ceee87 update 8 months ago