[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (cdf8473b1 -> c51fcfffb)
From: |
Andy Wingo |
Subject: |
[Guile-commits] branch main updated (cdf8473b1 -> c51fcfffb) |
Date: |
Mon, 25 Nov 2024 05:47:43 -0500 (EST) |
wingo pushed a change to branch main
in repository guile.
from cdf8473b1 psyntax: Separate core expanders from their installation
new 5ddb36637 psyntax: Remove stale analyze-variable case
new 7379049d3 psyntax: Factor module-variable use to helpers
new 2f684989e psyntax: Simplify output constructors.
new a14948be2 psyntax: Clean up sourcev/src namings
new 6788bb456 psyntax: Cosmetic change
new 81645a25d psyntax: Typo fix
new 2395f3b74 psyntax: Reorder global-extend
new 2f175f345 psyntax: Cosmetic change to overriden globals
new c51fcfffb psyntax: simplify free-id=?
The 9 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:
module/ice-9/psyntax-pp.scm | 437 +++++++++++++++++++++++++-------------------
module/ice-9/psyntax.scm | 357 +++++++++++++++++-------------------
2 files changed, 416 insertions(+), 378 deletions(-)
- [Guile-commits] branch main updated (cdf8473b1 -> c51fcfffb),
Andy Wingo <=
- [Guile-commits] 02/09: psyntax: Factor module-variable use to helpers, Andy Wingo, 2024/11/25
- [Guile-commits] 05/09: psyntax: Cosmetic change, Andy Wingo, 2024/11/25
- [Guile-commits] 08/09: psyntax: Cosmetic change to overriden globals, Andy Wingo, 2024/11/25
- [Guile-commits] 09/09: psyntax: simplify free-id=?, Andy Wingo, 2024/11/25
- [Guile-commits] 07/09: psyntax: Reorder global-extend, Andy Wingo, 2024/11/25
- [Guile-commits] 06/09: psyntax: Typo fix, Andy Wingo, 2024/11/25
- [Guile-commits] 04/09: psyntax: Clean up sourcev/src namings, Andy Wingo, 2024/11/25
- [Guile-commits] 01/09: psyntax: Remove stale analyze-variable case, Andy Wingo, 2024/11/25
- [Guile-commits] 03/09: psyntax: Simplify output constructors., Andy Wingo, 2024/11/25