Create and export read-from-string. Add a test for it
[jscl.git] / tests / eval.lisp
1 (test (= (eval '(+ 1 2)) 3))