]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Demo/parser/README
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Demo / parser / README
CommitLineData
4710c53d 1These files are from the large example of using the `parser' module. Refer\r
2to the Python Library Reference for more information.\r
3\r
4It also contains examples for the AST parser.\r
5\r
6Files:\r
7------\r
8\r
9 FILES -- list of files associated with the parser module.\r
10\r
11 README -- this file.\r
12\r
13 docstring.py -- sample source file containing only a module docstring.\r
14\r
15 example.py -- module that uses the `parser' module to extract\r
16 information from the parse tree of Python source\r
17 code.\r
18\r
19 simple.py -- sample source containing a "short form" definition.\r
20\r
21 source.py -- sample source code used to demonstrate ability to\r
22 handle nested constructs easily using the functions\r
23 and classes in example.py.\r
24\r
25 test_parser.py program to put the parser module through its paces.\r
26\r
27 test_unparse.py tests for the unparse module\r
28\r
29 unparse.py AST (2.7) based example to recreate source code\r
30 from an AST.\r
31\r
32Enjoy!\r