summaryrefslogtreecommitdiffstats
path: root/Tools/compiler/compile.py
Commit message (Collapse)AuthorAgeFilesLines
* Track changes to compiler APIJeremy Hylton2001-09-171-4/+6
|
* Add -p option to invoke Python profilerJeremy Hylton2001-09-171-5/+11
|
* Add -c option to continue if one file has a SyntaxErrorJeremy Hylton2001-08-271-2/+15
|
* add -d option that dumps entire AST before compilingJeremy Hylton2000-10-131-2/+5
|
* patches from Mark HammondJeremy Hylton2000-05-021-1/+4
| | | | | | | | | compile.py: On Windows, use 'nul' instead of '/dev/null'. test.py: Use double-quotes for the command-line, as Windows doesnt recognise singles.
* compiler command-line interface moved here from compiler.pycodegenJeremy Hylton2000-03-061-0/+25