Ludovic Courtès writes:
Hi!
> Impressive!
Thanks!
> Is it a goal to try interpret a language as close as possible to that of
> Guile, and have the same libraries? I guess that could help in the
> future: we could use (system base lalr), nyacc, etc.
We definitely want Nyacc and PEG, and who ca
I am pleased to announce the release of Mes 0.4, representing 115
commits over barely two weeks. It now runs Nyacc and PEG and has much
reduced core.
* About
Mes aims to create an entirely source-based bootstrapping path. The
target is to [have GuixSD] boostrap from a minimal, easily i
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.
Version 0.73.0 has been released. It provides some minor fixes. I have not
Matt Wette writes:
> Version 0.73.0 has been released. It provides some minor fixes. I
> have not been working on this for a few months due to other
> priorities. I am hoping to spend some quality time on this project
> now. This version fixes a few bugs in the C99 parser and pretty
> printer.