RSS 41 projects tagged "Parser"

Download Website Updated 02 Mar 2010 Flexc++

Screenshot
Pop 52.49
Vit 2.53

Flexc++ is a tool for generating scanners based on regular expressions. Flexc++ is highly comparable to the programs flex and flex++. The goal was to create a similar program, but to implement it completely in C++. Most flex and flex++ grammars should be usable with flexc++ with minor adjustments.

No download Website Updated 01 Apr 2009 Ell library

Screenshot
Pop 21.93
Vit 39.22

Ell is a library to write EBNF grammars as C++ code for quick development of LL(n) parsers or similar applications. It is not a tool to generate parsers (like ANTLR): the grammar you write is directly embedded into your C++ code. The core library is very light (less than 2000 lines of headers) and written in generation templates to achieve the fastest execution. The service provided by Ell is very similar to what Boost Spirit provides, but with a simpler object model, and without the need of the Boost library (it only depends on STL).

Download No website Updated 11 Apr 2009 PEGTL

Screenshot
Pop 25.24
Vit 39.12

The Parsing Expression Grammar Template Library (PEGTL) is a C++0x library for creating parsers according to a Parsing Expression Grammar (PEG). Grammars are embedded as regular C++ code, created with template programming (not template meta programming). These hierarchies naturally correspond to the inductive definition of PEGs. The library extends on the subject of PEGs with new expression types, actions that can be attached to grammar rules, and mechanisms to ensure helpful diagnostics in case of parsing errors. PEGs are superficially similar to Context-Free Grammars (CFGs).

Download No website Updated 22 Apr 2009 stupid-xml

Screenshot
Pop 20.59
Vit 39.05

stupid-xml is a ridiculously simple annotation-based XML stream parser for Java. The main goal of this project is to get the strings you care about out of XML and into Java as quickly as possible. You define a simple model class, specify the relative paths for its fields, and it will start generating instances for you from an XML stream. The functionality is limited. It will only parse Strings into your model, but this keeps everything extremely simple. Once you have the Strings in your model, you can perform filtering or more complex conversions.

No download No website Updated 24 Apr 2009 xmlget

Screenshot
Pop 35.07
Vit 38.94

xmlget is a utility to query XML documents using XPath.

Download Website Updated 16 Dec 2012 listparser

Screenshot
Pop 103.79
Vit 11.66

listparser is a Python library that parses subscription lists (also called reading lists) and returns all of the feeds, subscription lists, and "opportunity" URLs that it finds. It supports OPML, RDF+FOAF, and the iGoogle exported settings format.

Download Website Updated 12 Mar 2010 minidom

Screenshot
Pop 31.84
Vit 1.09

minidom is a minimized, quick and dirty dom/path c++ library. It supports XML, INI, JSON, NKV, HTTP header parsers, and dumpers. It has optional support for ICONV.

Download No website Updated 13 Aug 2009 Tiny XML

Screenshot
Pop 18.28
Vit 37.49

Tiny XML is a small, fast, memory efficient, and embeddable SAX parser for XML. It has no external dependencies, handles start/end tags, text, attribute names, and values, and supports UTF-8.

No download Website Updated 23 Dec 2010 PPI

Screenshot
Pop 19.03
Vit 1.22

PPI allows you to parse, analyze, and manipulate Perl (without Perl). It provides a Perl parse that is the basis of tools like Perl::Critic and Perl::MinimumVersion.

No download Website Updated 30 Sep 2009 Asterisk Config PHP-Parser

Screenshot
Pop 33.14
Vit 36.84

The Asterisk Config PHP-Parser is a simple but effective PHP function that is able to parse any standard Asterisk configuration file and output the data into a multi-dimensional array.

Screenshot

Project Spotlight

Fido File Monitor

A multi-threaded file watcher and response daemon.

Screenshot

Project Spotlight

Hnefatafl

A Norse board game.