Apache Royale Compiler

Clone this repo:
  1. 3a77e33 ICSSNode: add getParent() by Josh Tynjala · 15 hours ago develop
  2. b49251f Fix null reference error for type parameter in createLiteralNode. Under some circumstances, 'type' can be null when called, (perhaps only with '*'/ANY type). by greg-dove · 5 days ago
  3. 31a5480 RoyaleAppSWFTarget: someone forgot to catch ProblemParsingCSSRuntimeException by Josh Tynjala · 9 days ago
  4. 1d6dc65 release notes for recent CSS changes by Josh Tynjala · 2 weeks ago
  5. 007386b CSS.g: radial, conic, and repeating gradient functions by Josh Tynjala · 2 weeks ago
  6. 98be294 CSS.g: add support for modern rgb()/rgba() function syntax that has whitespace instead of commas between values, and forward slash / before alpha by Josh Tynjala · 2 weeks ago
  7. 11eb8bb CSS.g: matrix() and matrix3d() functions strictly require commas by Josh Tynjala · 2 weeks ago
  8. e5b46ba CSS.g: commas are optional in rgb() and rgba() by Josh Tynjala · 2 weeks ago
  9. 3f113f0 CSS.g: more CSS transform functions by Josh Tynjala · 2 weeks ago
  10. d300191 CSSDocument: fix missing lexer problems that were lost in commit 1c9dca4a76ddca724accd1f814aac9d91b64dd62 by Josh Tynjala · 2 weeks ago
  11. dadb1ee UnexpectedExceptionProblem: displays full stack trace instead of top of stack only by Josh Tynjala · 2 weeks ago
  12. 2560226 CSS.g: require EOF so that extra invalid content at the end after valid content is not ignored silently by Josh Tynjala · 2 weeks ago
  13. d23dd16 CSSDocument: if CSSFontFace or CSSNamespace have syntax issues, report them as problems instead of throwing exceptions by Josh Tynjala · 2 weeks ago
  14. 03c6df8 CSSDocument: parser, lexer, and tree walker can add ICompilerProblem instead of just CSSParserProblem by Josh Tynjala · 2 weeks ago
  15. 1c9dca4 CSSDocument: if lexer has errors, don't continue to parser, and if parser has errors, don't continue to tree walker by Josh Tynjala · 2 weeks ago
  16. 411ada8 MXMLStyleNode: fix exception when CSSDocument.parse() returns null by Josh Tynjala · 2 weeks ago
  17. 107ebb3 CSS.g: fixed crash when EOF is next token after simple selector by Josh Tynjala · 2 weeks ago
  18. dc081e2 Missing release note by Josh Tynjala · 2 weeks ago
  19. 79276bf CSSDocument: fix null exception when <fx:Style> contains only comments (closes #1218) by Josh Tynjala · 2 weeks ago
  20. fc03f3b JSClosureCompilerWrapper: fix compiler crash when attempting to use --remove-circulars=false with a release build by Josh Tynjala · 4 weeks ago