summaryrefslogtreecommitdiffstats
path: root/Demo/parser/example.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved all the imports to the top.Fred Drake1999-11-191-9/+5
| | | | | | | Use the methods on the AST object instead of module-level functions; these have been implemented for a couple of versions now, and are already used in the module documentation in preference to the functions.
* nannifiedGuido van Rossum1998-09-141-73/+73
|
* Final set of changes by Fred before 1.4beta3Guido van Rossum1996-08-261-51/+82
|
* Demos for Fred's parser moduleGuido van Rossum1996-08-211-0/+163