Apache Royale Compiler

Clone this repo:
  1. a90b170 MXMLPropertySpecifierNode: fix crash when IStyleDefinition was incorrectly cast to IVariableDefinition when handling default property for type Object by Josh Tynjala · 7 days ago develop
  2. 152d740 ICSSFontFace: add getProperties() to allow tools to access the original ICSSProperty values by Josh Tynjala · 8 days ago
  3. 9d2dc13 ICSSCombinator: should extend ICSSNode, like other CSS interfaces by Josh Tynjala · 8 days ago
  4. a1ae0e2 fix CSS children for JBurg by Josh Tynjala · 8 days ago
  5. 15c7703 add missing parent/child relationships and better start/end/line/column positions to CSS nodes by Josh Tynjala · 11 days ago
  6. 3a77e33 ICSSNode: add getParent() by Josh Tynjala · 13 days ago
  7. 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 · 2 weeks ago
  8. 31a5480 RoyaleAppSWFTarget: someone forgot to catch ProblemParsingCSSRuntimeException by Josh Tynjala · 3 weeks ago
  9. 1d6dc65 release notes for recent CSS changes by Josh Tynjala · 4 weeks ago
  10. 007386b CSS.g: radial, conic, and repeating gradient functions by Josh Tynjala · 4 weeks ago
  11. 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 · 4 weeks ago
  12. 11eb8bb CSS.g: matrix() and matrix3d() functions strictly require commas by Josh Tynjala · 4 weeks ago
  13. e5b46ba CSS.g: commas are optional in rgb() and rgba() by Josh Tynjala · 4 weeks ago
  14. 3f113f0 CSS.g: more CSS transform functions by Josh Tynjala · 4 weeks ago
  15. d300191 CSSDocument: fix missing lexer problems that were lost in commit 1c9dca4a76ddca724accd1f814aac9d91b64dd62 by Josh Tynjala · 4 weeks ago
  16. dadb1ee UnexpectedExceptionProblem: displays full stack trace instead of top of stack only by Josh Tynjala · 4 weeks ago
  17. 2560226 CSS.g: require EOF so that extra invalid content at the end after valid content is not ignored silently by Josh Tynjala · 4 weeks ago
  18. d23dd16 CSSDocument: if CSSFontFace or CSSNamespace have syntax issues, report them as problems instead of throwing exceptions by Josh Tynjala · 4 weeks ago
  19. 03c6df8 CSSDocument: parser, lexer, and tree walker can add ICompilerProblem instead of just CSSParserProblem by Josh Tynjala · 4 weeks ago
  20. 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 weeks ago