Tags : Browse Projects

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

Sweet Parser

Compare

  Analyzed about 6 hours ago

Sweet Parser is a C++ parser library. Given a BNF grammar the library generates an LALR(1) parser that recognizes the language described by that grammar. The parser can be generated at runtime without the need for an offline generation step. If generation is required there is a stand alone ... [More] executable that provides Lua scriptable code generation from the parser state machine. Parsers generated this way have no dependencies on anything other than the standard libary. [Less]

7.83K lines of code

0 current contributors

over 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

RE-flex

Compare

  Analyzed about 8 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

1 day since last commit

0 users on Open Hub

Low Activity
5.0
 
I Use This