More refactorings to extra/lisp in the wake of peg changes

db4
James Cash 2008-07-15 00:50:06 -04:00
parent 7678676455
commit 70bb6b71ee
1 changed files with 5 additions and 2 deletions

View File

@ -86,9 +86,12 @@ PRIVATE>
{ [ dup lisp-symbol? ] [ '[ , lookup-var ] ] }
[ 1quotation ]
} cond ;
: lisp-string>factor ( str -- quot )
lisp-expr convert-form ;
: lisp-eval ( str -- * )
lisp-expr convert-form call ;
: lisp-eval ( str -- * )
lisp-string>factor call ;
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!