Sander Mathijs van Veen 2331ecff25 Code cleanup and applied pyflakes' suggestions. 14 年之前
..
README a8765c6130 Initial commit of PyBison (version 0.1.8) 14 年之前
template.py 2331ecff25 Code cleanup and applied pyflakes' suggestions. 14 年之前

README

The 'template.py' file in this directory is a working
but very minimal parser.

You can execute the file as is - the first time you
do so, it will automatically build and load a parser
engine library.

This parser does nothing except read a bunch of words
from its input stream, where a word is an alphanumeric
string.

Feel free to copy this file somewhere, and tinker away
to your heart's content. This may be for you the fastest
way to get a comfortable 'feel' of how PyBison does things.