Commit graph

5 commits

Author SHA1 Message Date
6e8858e634 Add README 2013-12-16 01:28:02 +01:00
9bde804da0 Add version number to output 2013-12-16 01:27:13 +01:00
092d0b013b Add some docs 2013-12-16 01:27:06 +01:00
0988389972 Add check command, remove _ast import
- 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.
2013-12-15 22:45:06 +01:00
ea8763fd0d Initial commit 2013-12-15 17:02:50 +01:00