Stefan Israelsson Tampe writes:
>> Do you use other languages on Guile
> prolog (guile-log)
>
Didn't know there was a prolog implementation, I will definitely check
this out.
On 04/06/2018 05:38 AM, Jan Nieuwenhuizen wrote:
Hey Matt,
I added some tracing
to stderr. Possibly you have a better way to do this, esp. the
NYACC_TRACE environment variable kludge...
There is a #:debug option to the parser that provide a trace through the
parsing.
And if you look in
On 04/06/2018 05:38 AM, Jan Nieuwenhuizen wrote:
Hey Matt,
I finally got round to looking at it and delighted that everything
works! Two patches attached: cond-expands need to grok `mes' (or use
else instead of `guile'). Also, parsing can be still a bit slow when
running Nyacc on Mes (tcc.
Matt Wette writes:
Hey Matt,
> Nyacc version 0.83.0 has been released. Nyacc is a set of Guile
> modules for generating parsers, parsing C code, and converting C
> headers to Guile Scheme.
Very nice work.
I've not really been working on MesCC for months now, concentrating on
Mes itself to sup