It was only there for early testing, and we don't need it any more.
(declare (ignore consumedp))
(unless winp (syntax-error scanner result)))))))))
(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 `;'
(define-pluggable-parser module file (scanner pset)
;; `import' string `;'
;; `load' string `;'