bug#71684: [PATCH v3] doc: Document the peek and pk procedures.

2024-10-14 Thread Janneke Nieuwenhuizen
Juliana Sims via Bug reports for GUILE, GNU's Ubiquitous Extension Language writes: > * doc/ref/api-debug.texi: Document the peek and pk procedures. > --- > > Hey y'all, > > Thanks for the feedback! I've incorporated both suggestions in this new > patch. [..] > +@lisp > +(define fire 'burns) >

bug#71684: [PATCH v4] doc: Document the peek and pk procedures.

2024-10-14 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
* doc/ref/api-debug.texi: Document the peek and pk procedures. --- doc/ref/api-debug.texi | 120 + 1 file changed, 109 insertions(+), 11 deletions(-) Hi Janneke, Thanks for the catch! That's fixed in this version :) Best, Juli diff --git a/doc/ref/api-d

bug#73188: PEG parser does not support full PEG grammar

2024-10-14 Thread Ludovic Courtès
Saluton! Ekaitz Zarraga skribis: > On 2024-10-13 22:29, Ludovic Courtès wrote: >> Hi Ekaitz, >> Ekaitz Zarraga skribis: [...] >>> It adds support for the missing features (comments, underscores in >>> identifiers and escaping) while keeping the extensions (dashes in >>> identifiers, < and <--

bug#73188: PEG parser does not support full PEG grammar

2024-10-14 Thread Ekaitz Zarraga
Hi, So I reviewed the suggestions and this what I have: - Added the comment - Added my copyright line - Nothing in Guix is affected by the changes proposed here, because there's no use of `string-peg` and I didn't change how the S-Expression based PEG works. - The changes applied here only