X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/94fd46f51034dc087c89b48ff1ab221fcfcb20d1..6f4f8db4ab19a3029e293918184a2a1f452bc85f:/src/module-parse.lisp 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 `;'