Skip to content

Added record for parsyfiles #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ A list of Python parsing tools initially imported from [@nedbat's](https://githu
|[ModGrammar](https://pythonhosted.org/modgrammar/index.html)|A general-purpose library for constructing language parsers and interpreters for context-free grammar definitions.|BSD|v 0.10 2/2013||||
|[lrparsing](http://lrparsing.sourceforge.net/)|Differs from other Python LR(1) parsers in using Python expressions as grammars, and offers disambiguation tools.|AGPLv3|v 1.0.11 3/2015|LR(1) parser and a tokeniser|||
|[docopt](http://docopt.org/)|Generates a parser based on formalized conventions that are used for help messages and man pages for program interface description.|MIT|v 0.6.2 6/2014||||
|[parsyfiles](https://github.com/smarie/python-parsyfiles)|Read files as objects, even if several parsers and converters are needed. Supports custom parser/converter registration.|BSD-3-Clause|v2.3.0/2017|||A typical use case is to read collections of test cases on the file system.|

## Standard Modules

Expand Down