[Mono-dev] Mono-devel-list Digest, Vol 72, Issue 10

=?GB2312?B?U2hhcnAgQmxhZGXO3rrx1q7I0A==?= sharper.than.bladez at gmail.com
Thu Apr 7 00:56:12 EDT 2011


Hello!

Well,since I have a lot of experience with Antlr on C#,it does not
seem to be a good choice to use jay.And the makefile grammar is quiet
simple,I wonder if I could write the parser by hand.

Sharp

> ------------------------------
>
> Message: 3
> Date: Wed, 6 Apr 2011 12:02:48 +0200
> From: Alex <xtzgzorex at gmail.com>
> Subject: Re: [Mono-dev] GSoC Proposal for FreshBuild
> To: mono-devel-list at lists.ximian.com
> Message-ID: <BANLkTimU0b6ffwVcsQUgqufF+dVSnhgKXw at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi,
>
> One suggestion: I would strongly advise using either jay (what Mono
> uses for mcs) which is LALR or Coco/R (http://ssw.jku.at/Coco/) which
> is LL(1) for the parsing. These are pure .NET tools, so you won't have
> to use Java or similar (as is the case with ANTLR).
>
> Regards,
> Alex
>


More information about the Mono-devel-list mailing list