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

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