calc.py (6498:e21e9ab5fad0) calc.py (11828:36b064696175)
1#!/usr/bin/env python
1#!/usr/bin/env python2
2
3# -----------------------------------------------------------------------------
4# calc.py
5#
6# A simple calculator with variables. This is from O'Reilly's
7# "Lex and Yacc", p. 63.
8#
9# Class-based example contributed to PLY by David McNab.

--- 151 unchanged lines hidden ---
2
3# -----------------------------------------------------------------------------
4# calc.py
5#
6# A simple calculator with variables. This is from O'Reilly's
7# "Lex and Yacc", p. 63.
8#
9# Class-based example contributed to PLY by David McNab.

--- 151 unchanged lines hidden ---