| Guido van Rossum | 16d27e3 | 1996-08-21 16:28:53 +0000 | [diff] [blame^] | 1 | These files are from the large example of using the `parser' module. Refer |
| 2 | to the Python Library Reference for more information. | ||||
| 3 | |||||
| 4 | Files: | ||||
| 5 | ------ | ||||
| 6 | |||||
| 7 | example.py -- module that uses the `parser' module to extract | ||||
| 8 | information from the parse tree of Python source | ||||
| 9 | code. | ||||
| 10 | |||||
| 11 | source.py -- sample source code used to demonstrate ability to | ||||
| 12 | handle nested constructs easily using the functions | ||||
| 13 | and classes in example.py. | ||||
| 14 | |||||
| 15 | Enjoy! | ||||