README 304 B

1234567
  1. This is a minimal calculator example, as discussed in the walkthrough
  2. document.
  3. Provided you have installed PyBison, running the run.py script should
  4. trigger the creation of the calc-parser.so parser engine lib, and
  5. run a calculator parser which accepts expressions you type in, and
  6. prints out results.