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

@ -87,8 +87,11 @@ PRIVATE>
[ 1quotation ]
} cond ;
: lisp-string>factor ( str -- quot )
lisp-expr convert-form ;
: lisp-eval ( str -- * )
lisp-expr convert-form call ;
lisp-string>factor call ;
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!