feat(rtlisp): add rt_inerp binary and demo script

This commit is contained in:
2025-01-11 16:35:09 +01:00
parent 1871f6cae4
commit b38e6c00a5
5 changed files with 127 additions and 4 deletions

View File

@@ -22,6 +22,10 @@ path = "src/bin/repl.rs"
name = "rt_lisp_demo"
path = "src/bin/rt_lisp_demo.rs"
[[bin]]
name = "rt_interp"
path = "src/bin/rt_interp.rs"
[workspace]
members = [ "lispers-core", "lispers-macro"]