From: Mark Wooding Date: Sat, 10 Aug 2019 13:43:39 +0000 (+0100) Subject: src/module-parse.lisp: Eliminate the old `demo' module item. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/6f4f8db4ab19a3029e293918184a2a1f452bc85f src/module-parse.lisp: Eliminate the old `demo' module item. It was only there for early testing, and we don't need it any more. --- diff --git a/src/module-parse.lisp b/src/module-parse.lisp index 311206d..170d61f 100644 --- a/src/module-parse.lisp +++ b/src/module-parse.lisp @@ -128,13 +128,6 @@ (define-module (pathname :location location :truename truename) (declare (ignore consumedp)) (unless winp (syntax-error scanner result))))))))) -(define-pluggable-parser module test (scanner pset) - ;; `demo' string `;' - (declare (ignore pset)) - (with-parser-context (token-scanner-context :scanner scanner) - (parse (seq ("demo" (string (must :string)) (nil (must #\;))) - (format t ";; DEMO ~S~%" string))))) - (define-pluggable-parser module file (scanner pset) ;; `import' string `;' ;; `load' string `;'