The BNF Converter is a compiler construction tool generating a compiler front-end from a Labelled BNF grammar. It is currently able to generate C, C++, C#, F#, Haskell, Java, and OCaml, as well as XML representations.
Given a Labelled BNF grammar the tool produces:
* an abstract syntax
... [More] implementation
* a case skeleton for the abstract syntax in the same language
* an Alex, JLex, or Flex lexer generator file
* a Happy, CUP, or Bison parser generator file
* a pretty-printer as a Haskell/Java/C++/C module
* a Latex file containing a readable specification of the language [Less]
mydp is a program for processing mysqldump files in the manner of ‘awk’. It reads mysqldump sql statements from standard input and executes Lua callback functions as table definitions and insert statements are encountered. The Lua callback functions are specified in a file passed to mydp via the
... [More] command line. The callbacks are typically used to filter and process only a small subset of the mysql dump data and/or save it for further processing. mydp is written in Lex and Lua. It is released under the 2-clause FreeBSD licence.
Note: The ohloh Code Analysis seems to be getting confused by the Sphinx generated HTML documentation which includes JavaScript and CSS. The actual source is Lex and Lua. [Less]
This tool parses 2 MySQL database version files (.sql), looks for and parses "create table" statements and generates a third .sql file with "drop", "create" and "alter" commands that will allow the clean upgrade of the database from version 1 to version 2.
Next Delphi Yacc & Lex is a parser generator toolset for Delphi, based on Delphi Yacc & Lex, version 1.4 by Michiel Rook and Turbo Pascal Lex and Yacc, version 4.1, by Albert Graef et al.
The primary goal is to clean up the code, and improve compatibility and maintainability.
The regex-centric fast and flexible scanner generator for C++. Compatible with Flex and Bison/Yacc. Adds Unicode, indent/nodent/dedent, lazy quantifiers, word boundaries, flexible input handling of files (UTF encoded), strings, and streams, and much more. Generates scanners that are faster than Flex
... [More] (best options). Includes a regex library for lighting fast POSIX matching in C++. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy