My bad. I needed to do something like:
(define-peg-string-patterns "astring <-- DQ .*") My original definition as (define-peg-pattern astring body "(DQ .*)") was just wrong.
My bad. I needed to do something like:
(define-peg-string-patterns "astring <-- DQ .*") My original definition as (define-peg-pattern astring body "(DQ .*)") was just wrong.