X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/e05aabbb81cddec46b3d9da802f632c3b20c67d1..a469422e9be4244c098a309e78aa3b761cf0a5ec:/src/module-parse.lisp?ds=sidebyside 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 `;'