Re: How to work with the tree produced by (ice-9 peg)'s match-pattern?
Zelphir Kaltstahl <[email protected]>
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <[email protected]> |
On 06.12.24 20:45, Tomas Volf wrote: > Hello, > > Zelphir Kaltstahl<[email protected]> writes: > >> Without getting into the details, perhaps my peg utils module could be useful >> for you: >> >> https://codeberg.org/ZelphirKaltstahl/advent-of-code-2024/src/commit/3f64ee60297ccc89085c9425522bd8b8e83fe99d/utils/peg-tree-utils.scm > That does definitely look very useful, thank you for sharing it. May I > ask what the license for the code is? There does not seem to be COPYING > file nor a header in the file itself. > > Have a nice day, > Tomas Hi Tomas! Good point, I should add a license file. I did not add one before, because I did not consider the AoC code to be something worth protecting, but since I use several "utils" libraries, maybe adding a license file is a good idea. Usually all my code written in my free time is GPLv3 (or later) or AGPL3 (or later). I don't think that particular peg tree utils code is that special, so feel free to use however you want to use it. Best regards, Zelphir -- repositories:https://notabug.org/ZelphirKaltstahl,https://codeberg.org/ZelphirKaltstahl