Deleted Added
sdiff udiff text old ( 6498:e21e9ab5fad0 ) new ( 11828:36b064696175 )
full compact
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

--- 148 unchanged lines hidden ---