commit | f19f23f3d9883aed0cbe8e6ce99e253e3393b150 | [log] [tgz] |
---|---|---|
author | Dusan Klinec <dusan.klinec@gmail.com> | Sun Nov 09 03:26:36 2014 +0100 |
committer | Dusan Klinec <dusan.klinec@gmail.com> | Sun Nov 09 03:26:36 2014 +0100 |
tree | 1594464a0880ae24f6e5ce22c6162b9c2b6ae901 | |
parent | ccaa0d9db911f01fa31979df55bb43bb1e13f09f [diff] |
Readme update.
[Protocol Buffers] 0 lexer & parser written in Python for [PLY] 1.
With this library you can create and process parse trees of a Protocol Buffers files with Python. For example usage see demo.py
.
This work was inspired by: