Visual BNF is a parsing tool - BNF parser, which is used to generate an LALR / LR (left to right parsing with rightmost derivated syntax tree) tables and DFA (deterministic finite automata) states. This is common parser generator.
This product offers visual coding of BNF (Backus Naur form) syntax, compilation and generation of output parse table dll (dynamic link library), which then can be integrated with Your application.
Visual BNF offers also testing of the new language specified in a BNF syntax to see how it works. Syntax tree is also available there as new language is being parsed.
This product was named Visual BNF because most of time you might visual parse code and see dynamic syntax tree of tested grammar.
Visual BNF uses LR(1) and LALR(1) (switchable manually) algorithm to analyze syntax and deterministic finite automaton to identify different
class of tokens. The LALR and DFA tables are easy to implement since they rely on lookup state tables.
Visual BNF does not require you to compile tables to your friendly language i.e C++, C#. These tables are
generated into .NET assembly and is very easy to integrate with your application just by referencing assembly.
Since the parse tables are programming language independent, the parser engine can be, easily implemented in different programming languages so Your application can be written in other languages.
Your application is responsible to use two of our assemblies to achieve parsing your languages, scripts or regular expressions:
* VisualBNFEngine.dll class framework to access parsing engine
* Parse tables generated by Visual BNF (ie. ParseTable.dll)
Begin the journey of creating your own languages, it is very easy. At start point download Visual BNF and see how easy is to integrate parser with Your application. Next, run Visual BNF and load example bnf grammars to experience some bnf syntaxes, also test the grammar whether it is well described, then build grammar with Visual BNF to deploy assembly (.dll) with parse tables to start integrating with Your application. More information you will learn from our manual, how to write bnf grammar correctly. So you will see big impact in parsers programming by using .NET framework advantages.
We hope you enjoy this product!
* BNF standard compiler
* LALR(1) generator
* Built-in error recovery
* Realtime grammar testing
* IDE that emphasizes simplicity
* Example grammars
* Integration with .NET 4.8
* Free software to use
* Easy of use, after even 15 minutes you get your own real parser application
* and more
Click below to show product screens:
Download Visual BNF
This tool runs under Microsoft(r) .NET Framework 4.8