guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in peg parser for double-quotes?


From: Mark Carter
Subject: Re: Bug in peg parser for double-quotes?
Date: Sat, 24 Feb 2018 19:40:06 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]