Sander Mathijs van Veen a8765c6130 Initial commit of PyBison (version 0.1.8) hace 14 años
..
README a8765c6130 Initial commit of PyBison (version 0.1.8) hace 14 años
template.py a8765c6130 Initial commit of PyBison (version 0.1.8) hace 14 años

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.