Skip to content

Commit 36d1d2e

Browse files
committed
pre-reqs for lisp compile
1 parent b0e5ff5 commit 36d1d2e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

parsers/clisp/hobbit.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(load "~/quicklisp/setup.lisp")
1+
;(load "~/quicklisp/setup.lisp")
22
(ql:quickload "cl-ppcre" :silent t)
33

44
(defun list-to-string (lst)

parsers/clisp/init.lisp

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(ql:quickload "cl-ppcre" :silent t)

0 commit comments

Comments
 (0)