下拉刷新
Repository Details
Shared bynavbar_avatar
repo_avatar
HelloGitHub Rating
0 ratings
用不到 1 千行的 C 代码写的 Lisp 解释器
Claim
Collect
Share
1.5k
Stars
No
Chinese
C
Language
No
Active
1
Contributors
8
Issues
No
Organization
None
Latest
173
Forks
None
License
More
用 1000 行 C 语言写的 Lisp 解释器。实现了整数、符号、局部变量、条件语句、宏和垃圾回收等功能,为了让读者更好地理解项目,代码中包含了丰富的注释 ```lisp (println 3) ; prints "3" (+ 1 2 3) ; -> 6 (define a (+ 1 2)) (+ a a) ; -> 6 ```
Included in:
Vol.69
Tags:
Interpreter
Lisp
C

Comments

Rating:
No comments yet