Visual BNF - parser generator for free.

adams7807@onet.eu
Fri, 21 Sep 2007 03:43:19 -0700

          From comp.compilers

Related articles
Visual BNF - parser generator for free. adams7807@onet.eu (2007-09-21)
| List of all articles for this month |

From: adams7807@onet.eu
Newsgroups: comp.compilers
Date: Fri, 21 Sep 2007 03:43:19 -0700
Organization: Compilers Central
Keywords: parse, tools, available
Posted-Date: 23 Sep 2007 18:57:29 EDT

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.