;;;-*- Mode: Lisp; Package: COMMON-LISP-USER -*- (in-package :cl-user) (defpackage :parser #+sbcl(:use "COMMON-LISP")) ; uncomment these two lines to load the parser ;(pushnew #P"home:projects;parser;" *module-search-path* :test #'equal) ;(require :unification-parser) :eof