Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

BNFC

Compare

  Analyzed about 8 hours ago

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]

83.6K lines of code

5 current contributors

3 months since last commit

2 users on Open Hub

Very Low Activity
0.0
 
I Use This

mysqldump parser

Compare

  No analysis available

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]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
3.0
   
I Use This
Mostly written in language not available
Licenses: bsd_2clau...

MySQL database clean upgrade tool

Compare

  Analyzed 4 months ago

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.

1.08K lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

ndyacclex

Compare

  Analyzed about 4 hours ago

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.

8.25K lines of code

0 current contributors

over 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

RE-flex

Compare

  Analyzed about 7 hours ago

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]

149K lines of code

6 current contributors

14 days since last commit

0 users on Open Hub

Moderate Activity
5.0
 
I Use This