SLR Star Parser Generator Released (new post)

"Paul B Mann" <paul@paulbmann.com>
Thu, 22 Jul 2010 19:29:10 -0500

          From comp.compilers

Related articles
SLR Star Parser Generator Released (new post) paul@paulbmann.com (Paul B Mann) (2010-07-22)
| List of all articles for this month |

From: "Paul B Mann" <paul@paulbmann.com>
Newsgroups: comp.compilers
Date: Thu, 22 Jul 2010 19:29:10 -0500
Organization: Compilers Central
Keywords: parse, tools, available
Posted-Date: 24 Jul 2010 15:43:58 EDT

The SLR Star Parser Generator was released today.


The SLR Star package contains:


1. SLR Star parser generator.
2. DFAC lexer generator.
3. Symbol table builder.
4. Automatic AST constructor, based on notation in the grammar.
5. Automatic tree walker.
6. Automatic syntax help for the user of the generated compiler.
7. Calculator example.


The generated parsers use compressed-matrix parser tables based
on the concepts defined in the paper:


"Optimization of Parser Tables for Portable Compilers"
http://portal.acm.org/citation.cfm?doid=1780.1802


The input grammar notation is based on TBNF. This is a more
practical TBNF which should work better in the real world. For
more information on TBNF see:
http://portal.acm.org/citation.cfm?id=1147218


This is a complete package for students studying "compiler
construction". It's available from CompilerWare ...
http://compilerware.com


I recommend that you download both DFAC and SLR Star so you will
have the DFAC examples and "brief" documentation as well as the
SLR Star example also.


An LALR Star is coming soon. An LR Star, later.


Comments are welcome (positive or negative).


Paul B Mann



Post a followup to this message

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