Apache Royale Compiler

Clone this repo:
  1. 1d6dc65 release notes for recent CSS changes by Josh Tynjala · 2 days ago develop
  2. 007386b CSS.g: radial, conic, and repeating gradient functions by Josh Tynjala · 2 days ago
  3. 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 days ago
  4. 11eb8bb CSS.g: matrix() and matrix3d() functions strictly require commas by Josh Tynjala · 2 days ago
  5. e5b46ba CSS.g: commas are optional in rgb() and rgba() by Josh Tynjala · 2 days ago
  6. 3f113f0 CSS.g: more CSS transform functions by Josh Tynjala · 2 days ago
  7. d300191 CSSDocument: fix missing lexer problems that were lost in commit 1c9dca4a76ddca724accd1f814aac9d91b64dd62 by Josh Tynjala · 2 days ago
  8. dadb1ee UnexpectedExceptionProblem: displays full stack trace instead of top of stack only by Josh Tynjala · 3 days ago
  9. 2560226 CSS.g: require EOF so that extra invalid content at the end after valid content is not ignored silently by Josh Tynjala · 3 days ago
  10. d23dd16 CSSDocument: if CSSFontFace or CSSNamespace have syntax issues, report them as problems instead of throwing exceptions by Josh Tynjala · 3 days ago
  11. 03c6df8 CSSDocument: parser, lexer, and tree walker can add ICompilerProblem instead of just CSSParserProblem by Josh Tynjala · 3 days ago
  12. 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 · 4 days ago
  13. 411ada8 MXMLStyleNode: fix exception when CSSDocument.parse() returns null by Josh Tynjala · 4 days ago
  14. 107ebb3 CSS.g: fixed crash when EOF is next token after simple selector by Josh Tynjala · 4 days ago
  15. dc081e2 Missing release note by Josh Tynjala · 5 days ago
  16. 79276bf CSSDocument: fix null exception when <fx:Style> contains only comments (closes #1218) by Josh Tynjala · 5 days ago
  17. fc03f3b JSClosureCompilerWrapper: fix compiler crash when attempting to use --remove-circulars=false with a release build by Josh Tynjala · 2 weeks ago
  18. 4a94263 compiler: abstract getters/setters by Josh Tynjala · 4 weeks ago
  19. cb1c4c7 Release Notes by Josh Tynjala · 7 weeks ago
  20. 6700d8b update junit to 4.13.2 to make Dependabot happy by Josh Tynjala · 7 weeks ago