Skip to content

Releases: mxmlextrema/as3parser

1.1.2

04 Aug 14:44
Compare
Choose a tag to compare

ActionScript files loaded from the include directive must now use the .include.as file extension.

1.1.0

27 Jul 11:04
Compare
Choose a tag to compare

Refactor AS3Parser, because indeed these things had to change.

  • Removal: ConfigurationDirective and its grammar (that is, no additional conditional compilation features other than the ones in common Flex compilers)
  • Rename: NormalConfigurationDirective => ConfigurationDirective
  • Rename: ExpressionWithTypeArguments => ApplyTypeExpression
  • Rename: TreeSemantics => NodeAssignment
  • Rename: TreeSemanticsAccessor => NodeAssignmentMethod