Maybe keyword framework & extends / implements rework
Changes:
- Changed
extends
andimplements
to being included in theClassDeclarationGroup
to fix the fact that Attribute parser expected them to be before the class declaration - Added a framework for
maybe
keywords which might exist. - Made
to
andwith
keyword optional for modules - Made
args
keyword optional - Test fixes
Full Changelog: 1.4.1...1.4.2