简体   繁体   English

LISP Parser C ++

[英]LISP Parser C++

Is there an existing LISP parser written in C++? 是否存在用C ++编写的现有LISP解析器? I just want the parser, not a full interpreter, but an interpreter to go along with it would be a plus. 我只想要解析器,而不是一个完整的解释器,但是一个解释器与它一起使用将是一个加号。

Lisp是只是一个树状结构,任何树分析器解析口齿不清容易......你可以试试这一个 ,其谷歌给了我。

Bigloo在这里可能很有用。

鸡肉计划是用C语写的,足够接近?

XCL is an implementation of Common Lisp whose runtime is written in C++. XCL是Common Lisp的一个实现,它的运行时是用C ++编写的。 The compiler is written in Lisp but it has an interpreter written in C++ which is used for bootstrapping. 编译器是用Lisp编写的,但它有一个用C ++编写的解释器,用于引导。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM