ktfth / rs-lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

provide a marco to run lisp code

czw0818 opened this issue · comments

I think you can provide a marco to use lisp in the Rust.
The marco should parse the lisp code directly and Expand into rust code.
like this:
lisp!(+ 10 10)
==expand==
10+10