Sander Mathijs van Veen a8765c6130 Initial commit of PyBison (version 0.1.8) %!s(int64=14) %!d(string=hai) anos
..
README a8765c6130 Initial commit of PyBison (version 0.1.8) %!s(int64=14) %!d(string=hai) anos
calc.py a8765c6130 Initial commit of PyBison (version 0.1.8) %!s(int64=14) %!d(string=hai) anos
run.py a8765c6130 Initial commit of PyBison (version 0.1.8) %!s(int64=14) %!d(string=hai) anos

README

This is a minimal calculator example, as discussed in the walkthrough
document.

Provided you have installed PyBison, running the run.py script should
trigger the creation of the calc-parser.so parser engine lib, and
run a calculator parser which accepts expressions you type in, and
prints out results.