New Yacc/Bison like parser generator for C#

Wayne Kelly <w.kelly@qut.edu.au>
17 Sep 2005 13:51:38 -0400

          From comp.compilers

Related articles
New Yacc/Bison like parser generator for C# w.kelly@qut.edu.au (Wayne Kelly) (2005-09-17)
Re: New Yacc/Bison like parser generator for C# englere.geo@yahoo.com (Eric) (2005-09-22)
| List of all articles for this month |

From: Wayne Kelly <w.kelly@qut.edu.au>
Newsgroups: comp.compilers
Date: 17 Sep 2005 13:51:38 -0400
Organization: Compilers Central
Keywords: C#, parse, tools, available
Posted-Date: 17 Sep 2005 13:51:38 EDT

The Gardens Point Parser Generator (gppg) is a free Yacc/Bison like
parser generator. Both the parser generator and the parser runtime
components are implemented entirely in C#. They make extensive use of
generic collection classes and so require Beta Version 2.0 of the .NET
Framework. The parser generator takes a Bison/Yacc style grammar
specification with semantic actions coded in C# and produces an
LALR(1) parser. It is designed to be simple, efficient and as similar
as possible to Yacc/Bison in functionality. It does not include a
scanner/lexical analyser generator. The parser’s interfaces
however, are designed to be as simple as possible with minimal
object-orientation.


http://www.plas.fit.qut.edu.au/gppg


Cheers, Wayne.


Dr Wayne Kelly Senior Lecturer
Email: w.kelly@qut.edu.au School of Software Engineering and DC
Phone: +61 7 3864 9336 Faculty of Information Technology
Fax: +61 7 3864 9390 Queensland University of Technology


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.