#!/usr.bin/python import sys,ast for file in sys.argv[1:]: ast.compile(file)