[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (47807c9b1 -> 25504ba21)
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] branch main updated (47807c9b1 -> 25504ba21) |
Date: |
Mon, 9 Dec 2024 12:22:35 -0500 (EST) |
civodul pushed a change to branch main
in repository guile.
from 47807c9b1 Temporarily revert commit 7379049d3 (to make Guile bootstrap)
new ff11753df PEG: Add full support for PEG + some extensions
new 25504ba21 PEG: Add support for `not-in-range` and [^...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
NEWS | 10 +
doc/ref/api-peg.texi | 16 +-
module/ice-9/peg/codegen.scm | 22 ++
module/ice-9/peg/string-peg.scm | 478 ++++++++++++++++++++++++++--------------
test-suite/tests/peg.test | 38 ++--
5 files changed, 383 insertions(+), 181 deletions(-)
- [Guile-commits] branch main updated (47807c9b1 -> 25504ba21),
Ludovic Courtès <=