简体   繁体   中英

LISP Parser C++

Is there an existing LISP parser written in C++? 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++. The compiler is written in Lisp but it has an interpreter written in C++ which is used for bootstrapping.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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