(defpackage #:input (:use #:cl) (:export #:from-string #:from-file)) (defpackage #:parser (:use #:cl) (:export #:run #:fail #:comp #:one-of #:all-of #:negate #:unit-if #:unit #:not-unit #:literal #:not-literal #:nothing #:optional #:many #:separated-list))