aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add READMEHEADmasterGravatar Tom Willemse2013-12-161-0/+6
|
* Add version number to outputGravatar Tom Willemse2013-12-161-2/+4
|
* Add some docsGravatar Tom Willemse2013-12-168-0/+788
|
* Add check command, remove _ast importGravatar Tom Willemse2013-12-151-28/+46
| | | | | | | | | | | | | | - The check command checks to see if there is anything missing from the specified output file. - All types in the `_ast' module are also exported from the `ast' module, so there is no need to use `_ast' explicitly. - Don't raise an exception when a value from the specification doesn't match a predicate, the `check' command will take care of this. - Place some functions outside of their previous classes. These are used by several classes/methods and they need no state from these classes.
* Initial commitGravatar Tom Willemse2013-12-155-0/+148