You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: