guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nyacc 0.73.0 released


From: Jan Nieuwenhuizen
Subject: Re: nyacc 0.73.0 released
Date: Sat, 07 Jan 2017 21:02:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Matt Wette writes:

> Thanks.  The bug is actually in lang/c99/mach.scm.  c99act.scm is output from 
> running make-lalr-{spec,machine} on mach.scm,
>
>     (jump-statement                   ; S 6.8.6
>      ("goto" identifier ";" ($$ `(goto ,$2))). ;; <= was `(goto $2)
>      ("continue" ";" ($$ '(continue)))
>      ...

Ah!  :-)
Thanks.

> Also, I am currently working on the fixes branch to cleanup the
>C-preprocessor support so that #:mode ‘code works more robustly.

That's great.  In the meantime my expression/test template starts to
work, so mescc can compile all kinds of basic C stuff now.  Next up:
more arithmetic stuff and I'll be looking at globals, typedefs, structs.

Greetings,
Jan

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar®  http://AvatarAcademy.nl  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]