* Remove `ParameterList` and `Parameter` node types. Parameters are now always of type `VariableDeclaration` and lists of parameters are represented as lists of nodes of type `VariableDeclaration`. This is a breaking change.
0.4.12
* Fix type name expressions to also support user-defined type names.
0.4.11
* Bugfix release
0.4.9
* Fix parsing of inheritance specifier with no arguments.
0.4.8
* Fix parsing of string literals with escaped characters.