Skip to content

A fork of Andrey Vlasovskikh's funcparserlib . Only runs on Python 3.x (tested 3.2).

License

Notifications You must be signed in to change notification settings

exedre/funcparserlib

 
 

Repository files navigation

funcparserlib

A recurisve descent parsing library based on functional combinators.

Installation

The funcparserlib library is installed as usually via distutils. The default installation command under the superuser is:

# python setup.py install

Documentation

The comprehensive funcparserlib Tutorial is available as ./doc/Tutorial.md.

A short intro to funcparserlib can be found in the Nested Brackets Mini-HOWTO, see ./doc/Brackets.md.

See also comments inside the modules funcparserlib.parser and funcparserlib.lexer or generate the API docs from the modules using pydoc.

There a couple of examples available in ./examples directory:

  • GraphViz DOT parser
  • JSON paser

See also the changelog and FAQ.

About

A fork of Andrey Vlasovskikh's funcparserlib . Only runs on Python 3.x (tested 3.2).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published