Racket中的扫描解析前端源码在哪里?
有谁知道Racket中实现的扫描和解析源代码在哪里? (不是 Racket 中的词法分析器/解析器生成器实现。)我探索了一点 Racket 源代码,但非常困惑,并且仍然希望了解如何(扫描/解析/编译和解释管道排列......)。
does anybody know where is the scanning and parsing source code implemented in Racket? (not the lexer/parser generator implementation in Racket.) I explored the Racket source code for a little bit, but seriously confused, and still expecting to see how (scanning/parsing/compiling and interpreting pipe lined up....).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从这里开始: http://git.racket -lang.org/plt/blob/HEAD:/src/racket/src/read.c
Start here: http://git.racket-lang.org/plt/blob/HEAD:/src/racket/src/read.c