]> gitweb.factorcode.org Git - factor.git/commitdiff
Fixing lisp for changes to peg
authorJames Cash <james.nvc@gmail.com>
Fri, 11 Jul 2008 03:01:41 +0000 (23:01 -0400)
committerJames Cash <james.nvc@gmail.com>
Sun, 24 Aug 2008 03:13:30 +0000 (23:13 -0400)
extra/lisp/lisp.factor

index 19226cb595315128ac8c39406a38c02f36dbe97f..ee5db27842bdc1ee818955c49ecce49384dc0684 100644 (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 ;
 
 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!