Tags : Browse Projects

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

pyrser

Compare

  Analyzed 1 day ago

Pyrser is a toolbox with : A PEG parser, AST rewriting helpers and Type System. Pyrser is a python module that help you for all parsing job. You could use a EDSL (with here docs) for writing your BNF. But you could also use Python Class to describe your grammar. Pyrser is available on Pypi ... [More] with documentation here (http://pythonhosted.org/pyrser/). This toolbox was developed for pedagogic purpose for EPITECH (http://www.epitech.eu). [Less]

13.2K lines of code

0 current contributors

over 6 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses

hammer-parsing

Compare

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