Related articles |
---|
SLR Parser Generator, ANSI-C grammar ... paul@oct.net (Paul Mann) (1999-11-29) |
From: | "Paul Mann" <paul@oct.net> |
Newsgroups: | comp.compilers |
Date: | 29 Nov 1999 00:16:31 -0500 |
Organization: | Compilers Central |
Keywords: | parse, tools, available |
I have released an SLR parser generator, ANSI-C grammar in EBNF style,
and compiler front-end source code in C++.
CFE has symbol table, AST constructor, lexer, parser, I/O, + VC 6.0
workspace.
The number of conflict states with SLR is 7 while the number with LALR
is 5.
SLR 5.1 handles EBNF grammar notation, symbol typing (upgrade)
notation, AST operators, node names and arguments. (C typedef is
handled automatically).
It is FREE at this time. It's at:
www.lalr.com/slr.html
Paul Mann
Return to the
comp.compilers page.
Search the
comp.compilers archives again.