Visual BNF new version released

"AdamS" <adams7807@onet.eu>
Mon, 12 Nov 2007 20:21:18 +0100

          From comp.compilers

Related articles
Visual BNF new version released adams7807@onet.eu (AdamS) (2007-11-12)
Re: Visual BNF new version released pbm@oct.net (Paul B Mann) (2007-11-16)
| List of all articles for this month |

From: "AdamS" <adams7807@onet.eu>
Newsgroups: comp.compilers
Date: Mon, 12 Nov 2007 20:21:18 +0100
Organization: Onet.pl
Keywords: parse, LALR, available, tools
Posted-Date: 15 Nov 2007 18:48:47 EST

Visual BNF 1.0 is now available as a free tool. It is an LALR(1)
Lexer and Parser Generator with possibility to fly-by tests of newly
created grammars. Visual BNF runs under .Microsoft(r) .NET 2.0.


It can generate parsers and lexers into .NET assembly, so any .NET
compatible language may use generated parse tables within generated
assembly and use ParserEngine to parse newly created grammars.


It creates Minimal LALR(1) states.


The generated lexers and parsers are very fast and process input in
time linear with the size of the input.




Download free Visual BNF tool here:


http://www.intralogic.eu/VisualBNF.zip


Support may be available.




Intralogic Corp.
http://www.intralogic.eu



Post a followup to this message

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