Lisp Interpreter Written in Rust
Stars
6
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
19
commits
chore: remove unnecessary cfg
e0eacf6
chore: compiling to wasm32
00e3929
fix: clippy
a1cd289
feat: parse boolean
f2d3b14
feat: support eval input from stdin/file
0a93aba
refactor: add error message for invalid token
6f3c8bd
fix cannot eval variabel
a61db6f
impl func
b99fb0d
refactor: impl env
9bce629
refactor: rename def to setq
7787178
impl
3d52f77
impl: eval float
aa4f5d6
test: add eval string
4d1397d
refactor: print terminal prompt(>)
b38b523
refactor: simplify test
0109146