From 6f4f8db4ab19a3029e293918184a2a1f452bc85f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 10 Aug 2019 14:43:39 +0100 Subject: [PATCH 1/1] 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. --- src/module-parse.lisp | 7 ------- 1 file changed, 7 deletions(-) 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 @@ (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 `;' -- 2.11.0