mirror of
https://github.com/vonhyou/lisp-interpreter.git
synced 2025-06-08 02:02:01 +00:00
add demo
This commit is contained in:
parent
ba6c01dd80
commit
10b4067cc5
3 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
It's a simple minimal lisp interpreter written by ruby.
|
It's a simple minimal lisp interpreter written by ruby.
|
||||||
|
|
||||||
Still INCOMPLETE.
|
|
||||||
|
|
||||||
### usage
|
### usage
|
||||||
|
|
||||||
|
|
1
prol.rb
1
prol.rb
|
@ -102,6 +102,7 @@ def lisp_eval(elem, env = $global_env)
|
||||||
end
|
end
|
||||||
|
|
||||||
$copyleft = "Copyleft (Ↄ) 2021 vonhyou@lenva.tech
|
$copyleft = "Copyleft (Ↄ) 2021 vonhyou@lenva.tech
|
||||||
|
(PRO)cessor of (L)ist for Mathmatical Calculation
|
||||||
This is an open source software, you can view it's source code on github:
|
This is an open source software, you can view it's source code on github:
|
||||||
https://github.com/vonhyou/lisp-interpreter\n\n"
|
https://github.com/vonhyou/lisp-interpreter\n\n"
|
||||||
|
|
||||||
|
|
BIN
screenshot/demo.png
Normal file
BIN
screenshot/demo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 148 KiB |
Loading…
Add table
Add a link
Reference in a new issue