Tags : Browse Projects

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

GNU Bison

Compare

Claimed by GNU Analyzed about 11 hours ago

43.6K lines of code

12 current contributors

over 1 year since last commit

114 users on Open Hub

Very Low Activity
3.95238
   
I Use This
Licenses: No declared licenses

ANTLR

Compare

  Analyzed about 16 hours ago

ANother Tool for Language Recognition (ANTLR) is the name of a parser generator that uses LL(k) parsing. ANTLR is the successor to the Purdue Compiler Construction Tool Set (PCCTS), first developed in 1989, and is under active development. Its maintainer is professor Terence Parr of the University of San Francisco.

191K lines of code

36 current contributors

8 months since last commit

60 users on Open Hub

Low Activity
4.71429
   
I Use This

javacc

Compare

  No analysis available

Java Compiler Compiler is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other ... [More] standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc. [Less]

0 lines of code

0 current contributors

0 since last commit

33 users on Open Hub

Activity Not Available
4.54545
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

FileHelpers

Compare

  Analyzed about 20 hours ago

The FileHelpers are an easy to use .NET library written in C#. Is designed to read/write data from flat files with fixed length or delimited records (CSV)

36.3K lines of code

7 current contributors

over 1 year since last commit

30 users on Open Hub

Very Low Activity
4.14286
   
I Use This
Licenses: BSD-3-Clause, lgpl

Spirit Parser Library

Compare

  Analyzed about 20 hours ago

Spirit is an object-oriented, recursive descent parser generator framework implemented using template meta-programming techniques. Expression templates allow Spirit to approximate the syntax of Extended Backus Normal Form (EBNF) completely in C++. The Spirit framework enables a target grammar to be ... [More] written exclusively in C++. EBNF grammar specifications can mix freely with other C++ code and, thanks to the generative power of C++ templates, are immediately executable. [Less]

193K lines of code

13 current contributors

about 2 months since last commit

17 users on Open Hub

Low Activity
4.55556
   
I Use This

beautifulsoup

Compare

  No analysis available

Beautiful Soup parses XML and HTML as seen in the wild, and provides a variety of methods and Pythonic idioms for iterating and searching the parse tree. Beautiful Soup development is now done at https://www.launchpad.net/beautifulsoup. The discussion forum is still at http://groups.google.com/group/beautifulsoup/.

0 lines of code

1 current contributors

0 since last commit

16 users on Open Hub

Activity Not Available
4.8
   
I Use This
Mostly written in language not available
Licenses: bsd

re2c

Compare

  Analyzed about 4 hours ago

re2c is a tool for writing very fast and very flexible scanners. Unlike any other such tool, re2c focuses on generating high efficient code for regular expression matching. As a result this allows a much broader range of use than any traditional lexer offers. And Last but not least re2c generates ... [More] warning free code that is equal to hand-written code in terms of size, speed and quality. [Less]

2.18M lines of code

4 current contributors

9 months since last commit

10 users on Open Hub

Very Low Activity
4.75
   
I Use This

Pyparsing

Compare

  Analyzed about 5 hours ago

Pyparsing is a pure-Python library module for composing recursive descent parsers, using parse expression objects such as Literal, Word, Regex, etc., combining them with OneOrMore, Optional, and operators +, ^, |, and ~ representing And, Or, MatchFirst and Not. Numerous examples are provided ... [More] , including SQL and search query parsers, arithmetic expression parsers, and HTML scrapers. [Less]

22.5K lines of code

18 current contributors

19 days since last commit

7 users on Open Hub

Moderate Activity
5.0
 
I Use This

SgmlReader

Compare

  Analyzed about 17 hours ago

SgmlReader is a versatile .NET library written in C# for parsing HTML/SGML files. The original community around SgmlReader used to be hosted by GotDotNet, but it has been phased out. MindTouch Dream and MindTouch Deki use extensively the SgmlReader library. We found and fixed a few bugs in it ... [More] as well. In the spirit of the original author, we're providing back these changes on the MindTouch Developer Center site. [Less]

109K lines of code

0 current contributors

over 8 years since last commit

6 users on Open Hub

Inactive
4.5
   
I Use This
Licenses: No declared licenses

Apache JAMES mime4j

Compare

Claimed by Apache Software Foundation Analyzed about 21 hours ago

mime4j provides a parser, MimeStreamParser , for e-mail message streams in plain rfc822 and MIME format. The parser uses a callback mechanism to report parsing events such as the start of an entity header, the start of a body, etc. If you are familiar with the SAX XML parser interface you should ... [More] have no problem getting started with mime4j. The parser only deals with the structure of the message stream. It won't do any decoding of base64 or quoted-printable encoded header fields and bodies. This is intentional - the parser should only provide the most basic functionality needed to build more complex parsers. However, mime4j does include facilities to decode bodies and fields and the Message class described below handles decoding of fields and bodies transparently. [Less]

76.8K lines of code

0 current contributors

about 1 month since last commit

4 users on Open Hub

Low Activity
0.0
 
I Use This