For Programmers: Free Programming Magazines  


Home > Archive > Compilers > September 2007 > Visual BNF - parser generator for free.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Visual BNF - parser generator for free.
adams7807@onet.eu

2007-09-23, 7:15 pm

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

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com