Apache Royale Compiler

Clone this repo:
  1. 4fdacae CSSTree: fix CSS attribute selectors that use an identifier instead of a string (closes apache/royale-asjs#108) by Josh Tynjala · 25 hours ago develop
  2. 9c15562 royaleunit-ant-tasks: parse Adobe AIR version including both major and minor by Josh Tynjala · 5 days ago
  3. 34ca20c externc: hasSuperMethod() and hasSuperField() on ClassReference return false if super method/field is excluded by Josh Tynjala · 6 days ago
  4. a3f1249 externc: more exhaustive search for field and method overrides from interfaces by Josh Tynjala · 6 days ago
  5. 392f5e3 externc: FieldReference needs to check if the field was originally defined on an interface, similar to MethodReference by Josh Tynjala · 6 days ago
  6. a6290f7 MethodBodySemanticChecker: certain expressions that can resolve to a function type expression can be nested, so those need to be checked too by Josh Tynjala · 7 days ago
  7. 8bd5ca9 sdk.dependent.tests: fix for Linux by Josh Tynjala · 3 weeks ago
  8. 046842d MethodBodySemanticChecker: handle function type expressions as operands in ternary operators and logical binary operators by Josh Tynjala · 3 weeks ago
  9. 72a4a28 AccessorDefinition: fix function type expression metadata to work similarly to variables by Josh Tynjala · 3 weeks ago
  10. 5db2758 compiler: allow tests to be run with AIR ADL instead of Flash Player by Josh Tynjala · 3 weeks ago
  11. 3def6a8 royaleUnitDescriptor.template: hide AIR window by default by Josh Tynjala · 3 weeks ago
  12. 71a1962 royaleUnitDescriptor.template: consistent indentation by Josh Tynjala · 3 weeks ago
  13. a6a7f83 royaleunit-ant-tasks: prefer AIR_HOME over ROYALE_HOME, if available, to find adl and adt executables by Josh Tynjala · 3 weeks ago
  14. 8cee3fb MethodBodySemanticChecker: don't allow an arrow function to be used with new as a constructor by Josh Tynjala · 4 weeks ago
  15. 06e46e5 MethodBodySemanticChecker: prevent 'arguments' binding from being used in an arrow function by Josh Tynjala · 4 weeks ago
  16. 42bf14a formatter, linter: fix incorrect end line and end column on generated whitespace or extra tokens by Josh Tynjala · 4 weeks ago
  17. 5a4b8d3 RELEASE_NOTES: update for 0.9.13 by Josh Tynjala · 4 weeks ago
  18. 2404c68 MethodBodySemanticChecker: another exception for return types that aren't the same or subclasses (any (*) type) by Josh Tynjala · 4 weeks ago
  19. 5ed20c9 FunctionTypeExpressionNode: fix null AST node when parsing signature by Josh Tynjala · 4 weeks ago
  20. a6c8e59 FunctionCallEmitter: fix Vector.<Foo>() global function when using custom vector emulation class by Josh Tynjala · 5 weeks ago