Tags : Browse Projects

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

parboiled

Compare

  Analyzed 1 day ago

Elegant parsing in Java and Scala - lightweight, easy-to-use, powerful. Parboiled is a Java and Scala library providing for lightweight and easy-to-use, yet powerful and elegant parsing of arbitrary input text based on Parsing expression grammars (PEGs). PEGs are an alternative to context free ... [More] grammars (CFGs) for formally specifying syntax, they make a good replacement for regular expressions and generally have quite a few advantages over the “traditional” way of building parsers via CFGs. [Less]

20.1K lines of code

7 current contributors

27 days since last commit

2 users on Open Hub

Low Activity
5.0
 
I Use This

hammer-parsing

Compare

  Analyzed about 10 hours ago

Hammer is a parsing library. Like many modern parsing libraries, it provides a parser combinator interface for writing grammars as inline domain-specific languages, but Hammer also provides a variety of parsing backends. It's also bit-oriented rather than character-oriented, making it ideal for ... [More] parsing binary data such as images, network packets, audio, and executables. [Less]

115K lines of code

2 current contributors

over 4 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This