v2.0.0-pre8 - Package Refactoring and Renaming
Pre-release
Pre-release
- Renamed the package
basic
toparser
- Moved some non-parser related things from that package into the
transform
package - Renamed the package
ast.node.basic
toast.node.abstract_node
- Renamed generic type parameters to be more consistent and added a corresponding development documentation section
- Renamed the
append...
andprepend...
methods inTranslationUnit
to be more consistent with each other
Full Changelog: v2.0.0-pre7...v2.0.0-pre8