Related articles |
---|
C# Grammar and tools jeromg@hotmail.com (2002-02-16) |
Re: C# Grammar and tools burkhard.perkens-golomb@sdm.de (Burkhard Perkens-Golomb) (2002-02-28) |
Re: C# Grammar and tools james.power@may.ie (2002-02-28) |
Re: C# Grammar and tools hsauro@cxx.calxxx.edu (Caltech News Server) (2002-02-28) |
From: | james.power@may.ie (James Power) |
Newsgroups: | comp.compilers |
Date: | 28 Feb 2002 00:14:00 -0500 |
Organization: | http://groups.google.com/ |
References: | 02-02-047 |
Keywords: | parse |
Posted-Date: | 28 Feb 2002 00:14:00 EST |
jeromg@hotmail.com (Jerome) wrote in message news:02-02-047...
> I wonder if there is already a C# grammar available somewhere ?...
I've put together some flex/bison sources for C# based on the grammar
in appendix C of version 0.28 of the C# language specification.
The flex/bison files are available at:
http://www.cs.may.ie/~jpower/Research/csharp/
There's also an Open Source project called Mono that's developing a C#
compiler (in C#) - there's a C# grammar for a bison-like tool in
there; see
http://www.go-mono.com/c-sharp.html
James Power.
National University of Ireland, Maynooth.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.