Re: global vars and #:declarative? (was [critical bug] The set! doesn't work in indirect reference)

2024-09-21 Thread Nala Ginrut
@Linus! I think it's similar to a getter/setter, but I think making it a function will be safer. @Tayland Thanks for the hint! I didn't know this trick of parameter! On Fri, Sep 20, 2024 at 1:41 PM Linus Björnstam wrote: > > On Thu, 19 Sep 2024, at 17:33, Taylan Kammer wrote: > > On > > If I'm

[ANN] nyacc-2.00.1 released

2024-09-21 Thread Matt Wette
NYACC, for Not Yet Another Compiler Compiler, is set of guile modules for generating parsers and lexical analyzers.  It also provides sample parsers and pretty-printers using SXML trees as an intermediate representation. It provides a decent C parser and a `FFI Helper' tool to help create Guile S