File: README

package info (click to toggle)
funcparserlib 0.3.5-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 396 kB
  • sloc: python: 725; sh: 70; makefile: 37
file content (40 lines) | stat: -rw-r--r-- 895 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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][1] is available as `./doc/Tutorial.md`.

A short intro to `funcparserlib` can be found in the [Nested Brackets
Mini-HOWTO][2], 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][3] and [FAQ][4].

  [1]: Tutorial
  [2]: Brackets
  [3]: Changes
  [4]: FAQ

<!-- vim:set ft=markdown tw=80: -->