Fixing lisp for changes to peg
parent
4013d5059a
commit
7678676455
|
@ -87,11 +87,8 @@ PRIVATE>
|
||||||
[ 1quotation ]
|
[ 1quotation ]
|
||||||
} cond ;
|
} cond ;
|
||||||
|
|
||||||
: lisp-string>factor ( str -- quot )
|
|
||||||
lisp-expr compile-form ;
|
|
||||||
|
|
||||||
: lisp-eval ( str -- * )
|
: lisp-eval ( str -- * )
|
||||||
lisp-string>factor call ;
|
lisp-expr convert-form call ;
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue