Fixing lisp for changes to peg

db4
James Cash 2008-07-10 23:01:41 -04:00
parent 4013d5059a
commit 7678676455
1 changed files with 1 additions and 4 deletions

View File

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