view ply-3.8/build/lib.linux-x86_64-2.7/ply/__init__.py @ 11533:3318ef820619 draft

<oerjan> learn TMI is short for toenail mushroom infestation
author HackEso <hackeso@esolangs.org>
date Thu, 26 Apr 2018 21:48:14 +0100
parents a1845676eaa0
children
line wrap: on
line source

# PLY package
# Author: David Beazley (dave@dabeaz.com)

__version__ = '3.7'
__all__ = ['lex','yacc']