]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Support for generation of ast.py from simple description of node
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 25 Oct 2000 17:59:17 +0000 (17:59 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 25 Oct 2000 17:59:17 +0000 (17:59 +0000)
commit821eee3321f36562e45aa97e25746ad0b6cad31e
treea294b9507e47122c7c3202f0437fd5608319308f
parent6caae14fbd186cf6f677c5b73d68d3c5899bd953
Support for generation of ast.py from simple description of node
structure (ast.txt).  Usage is python astgen.py > ast.py.
Tools/compiler/ast.txt [new file with mode: 0644]
Tools/compiler/astgen.py [new file with mode: 0644]
Tools/compiler/compiler/ast.txt [new file with mode: 0644]
Tools/compiler/compiler/astgen.py [new file with mode: 0644]