Tags : Browse Projects

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

  • lex (37)

    BNFC

    Compare

      Analyzed about 2 months 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.8K lines of code

    5 current contributors

    5 months since last commit

    2 users on Open Hub

    Activity Not Available
    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 over 1 year 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 10 years since last commit

    1 users on Open Hub

    Activity Not Available
    0.0
     
    I Use This

    ndyacclex

    Compare

      Analyzed about 2 months 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 11 years since last commit

    0 users on Open Hub

    Activity Not Available
    0.0
     
    I Use This

    RE-flex

    Compare

      Analyzed about 2 months 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]

    162K lines of code

    6 current contributors

    3 months since last commit

    0 users on Open Hub

    Activity Not Available
    5.0
     
    I Use This