Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【特性】准引用支持R5RS中规定的层级嵌套 #19

Open
bd4sur opened this issue Sep 20, 2019 · 0 comments
Open

【特性】准引用支持R5RS中规定的层级嵌套 #19

bd4sur opened this issue Sep 20, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@bd4sur
Copy link
Owner

bd4sur commented Sep 20, 2019

特性描述:见R5RS对准引用的描述。

实现思路:①Parser、Analyser和Compiler都需要做修改;②需要恰当处理单个符号(变量)的unquote情形,尤其是Analyser中需要区分因嵌套层数不同,而导致unquote在unquote和variable之间变化的情况。例如:(quasiquote ,a)(quasiquote (quasiquote ,a))两个qq中,,a应当被分别解释成变量和符号。作为变量的a,应当作未定义的检查。

@bd4sur bd4sur added the enhancement New feature or request label Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant