Email list hosting service & mailing list manager

More comments, and the ANTLR code is too complex Mark H Weaver (29 May 2013 07:04 UTC)
Re: More comments, and the ANTLR code is too complex David A. Wheeler (29 May 2013 17:39 UTC)
Re: More comments, and the ANTLR code is too complex David A. Wheeler (31 May 2013 17:03 UTC)
Re: More comments, and the ANTLR code is too complex David A. Wheeler (01 Jun 2013 02:27 UTC)
Re: More comments, and the ANTLR code is too complex David A. Wheeler (10 Jun 2013 00:21 UTC)
Re: More comments, and the ANTLR code is too complex Alan Manuel Gloria (10 Jun 2013 02:01 UTC)
Re: More comments, and the ANTLR code is too complex David A. Wheeler (12 Jun 2013 00:25 UTC)
Re: More comments, and the ANTLR code is too complex Mark H Weaver (12 Jun 2013 20:13 UTC)

Re: More comments, and the ANTLR code is too complex David A. Wheeler 01 Jun 2013 02:27 UTC

Mark H Weaver <xxxxxx@netris.org> wrote:

> * Inconsistent syntax is used within {} in the ANTLR.  In most places
>   standard Scheme syntax is used, but in 'collecting_tail', the syntax
>   is more like C.
>
> * Why are the action rules in 'n_expr' simply expressions that refer to
>   values such as '$n1', but the action rules of 'collecting_tail' are
>   instead assignment statements that refer to values such as '$more.v'?

It turns out that this was operator error on my part.
My translator worked, but for some reason I cut-and-pasted instead
of using the translated version in the SRFI.

I think I've fixed it.

--- David A. Wheeler