* Add support for the `type` keyword. * Add support for underscores in number literals.
0.4.5
* Improve TypeScript type definitions.
0.4.4
* Add missing `storageLocation` to variables in VariableDeclarationStatement. * Return `null` for `arguments` instead of `[]` when `ModifierInvocation` contains no arguments and no parentheses to distinguish the two cases. * Improve TypeScript type definitions.
0.4.3
* Improve TypeScript type definitions, thanks Leeleo3x and yxliang01.
0.4.2
* Fix parsing of assembly function definitions with no args or return args.
0.4.1
* Fix parsing of for loops with missing initial and condition statements.