Changes in version 0.04:

* Functions can now return the result of a function on one line (before 'return
  f();' was identified as a function definition).
* Supports extern and volatile keywords.
* Functions prefixed with 'internal' are not imported into python.
* The main function is automatically run, and must have no arguments unless
  prefixed by 'internal'.
