On 5/30/22 11:50 AM, Vivien Kraus wrote:
Could you update it in guix also?
I don't use guix (anymore). However, I post a guix.scm file in the
ftp directory.
I believe others have been updating in guix.
Matt
Hello,
Thank you for your work on the missing link between C and scheme!
Le lundi 30 mai 2022 à 09:14 -0700, Matt Wette a écrit :
> It provides a decent C parser and a `FFI Helper' tool to help create
> Guile Scheme bindings for C-based libraries.
If it becomes a full C compiler one day, how wil
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