[0095] 把 let 相关函数从 (liii base) 迁移到 (scheme let) - #895
Merged
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
相关文档:devel/0092.md、devel/0095.md
把 0092 中在
(liii base)导出的 20 个 scheme_let.c 实现的 let 相关函数迁移到新的(scheme let)库。改动
goldfish/scheme/let.scm:(scheme let)库,导出 20 个 let 相关函数(谓词/环境获取/环境构造与操作/绑定访问/符号查找五类)goldfish/liii/base.scm:移除这 20 个 export(defined?保留)tests/liii/base/迁移到tests/scheme/let/,import 改为(scheme let)tests/scheme/let-test.scm模块概览文档验证
bin/gf doc inlet/funclet/let-set!/symbol->value均正确归属(scheme let)bin/gf doc scheme/let概览可用bin/gf test --all1493 项全部通过🤖 Generated with Claude Code