Apache Royale Compiler

Clone this repo:
  1. 09997e4 compiler: fx:Function tests for SWF by Josh Tynjala · 3 days ago develop
  2. db122e1 sdk.integration.tests: include only tests that are excluded from normal tests by Josh Tynjala · 3 days ago
  3. fe36e7d tests: remove redundant exclusions by Josh Tynjala · 3 days ago
  4. 9b02897 MXMLObjectTagTests: fix typo by Josh Tynjala · 3 days ago
  5. a540579 IMXMLBlockVisitor, IMXMLEmitter: move MXMLFunctionID/fx:Function into its own visitFunction and emitFunction methods by Josh Tynjala · 3 days ago
  6. 96c57f2 MXMLRoyaleEmitter: fix missing assignment to field in constructor when a primitive value has an id and isn't a direct child of fx:Declarations by Josh Tynjala · 3 days ago
  7. 60bec73 MXMLRoyaleEmitter: fix fx:Function and fx:Class with id in fx:Declarations not getting set properly in constructor by Josh Tynjala · 4 days ago
  8. e41cf78 MXMLClassDirectiveProcess: fix Boolean, Number, int, uint, String, Class, and Function objects in fx:Declarations with an id when targeting SWF by Josh Tynjala · 4 days ago
  9. c6f396b MXMLComponentNode: fix null exception when fx:Component doesn't have a correct closing tag by Josh Tynjala · 5 days ago
  10. 6939105 MXMLClassDefinitionNode: allow Model tag as child of root when using MXML 2006 dialect by Josh Tynjala · 5 days ago
  11. 43d54ff MXMLClassDefinitionNode: allow mx:Component as a child of the root when using MXML 2006 dialect (closes #241) by Josh Tynjala · 5 days ago
  12. c0d0f88 MXMLClassDirectiveProcessor: fix incorrectly pushing the id of an MXML object as data when children-as-data is false by Josh Tynjala · 10 days ago
  13. 491aac0 Maven: use some version of apache-rat-plugin as royale-asjs by Josh Tynjala · 11 days ago
  14. c6c45b2 dependencies: instead of both commons-lang and commons-lang3, upgrade everything to commons-lang3 by Josh Tynjala · 11 days ago
  15. 4a819ee update commons-lang3 to 3.18.0 by Josh Tynjala · 11 days ago
  16. fdab753 swfdumps for null conditional dynamic operator by Josh Tynjala · 11 days ago
  17. 32c5338 null conditional operator with dynamic access by Josh Tynjala · 4 weeks ago
  18. 286b77d Arrow functions by Josh Tynjala · 3 months ago
  19. 72d5184 FunctionObjectNode: fix missing resolve() override that should return the definition of the function node by Josh Tynjala · 3 months ago
  20. cc319f1 compiler: more fixes for null conditional (?.) operator by Josh Tynjala · 4 months ago