bop:一种用C ++编写的Lisp编程语言

时间:2021-04-01 23:10:38
【文件属性】:
文件名称:bop:一种用C ++编写的Lisp编程语言
文件大小:18KB
文件格式:ZIP
更新时间:2021-04-01 23:10:38
c-plus-plus lisp interpreter cpp lisp-interpreter 波普 Bop是用C ++编写的Lisp编程语言。 依存关系 要构建Bop,您需要在计算机上安装readline库。 建造 要构建Bop,必须首先通过运行以下命令克隆存储库 git clone https://github.com/Mespyr/bop.git cd bop 和运行make 。 这将生成一个名为bop的可执行文件。
【文件预览】:
bop-main
----.gitignore(310B)
----README.md(353B)
----tests()
--------test_readline.cpp(495B)
--------test_stuff.cpp(1KB)
--------test_object_map.cpp(1KB)
--------test_env.h(151B)
----examples()
--------design.blp(918B)
--------features()
----LICENSE(1KB)
----include()
--------util.h(215B)
--------token.h(492B)
--------eval.h(783B)
--------errors.h(964B)
--------parser.h(1KB)
--------env.h(490B)
--------types.h(741B)
----src()
--------main.cpp(2KB)
--------eval.cpp(37KB)
--------errors.cpp(2KB)
--------env.cpp(822B)
--------types.cpp(687B)
--------util.cpp(414B)
--------parser.cpp(5KB)
----scripts()
--------push.sh(127B)
----Makefile(338B)

网友评论