SLING-7701 - [HTL] Add support for negative numbers

* made sure numerical operators add a space before negative numbers
* added spaces between all other binary operators and the operands
5 files changed
tree: 5bc1e2eab6710b53656e3774630894e9acab8de6
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

Build Status Test Status Maven Central JavaDocs License scripting

Apache Sling Scripting HTL Java Compiler

This module is part of the Apache Sling project.

The Apache Sling Scripting HTL Java Compiler provides support for transpiling the Abstract Syntax Tree produced by the org.apache.sling.scripting.sightly.compiler module into Java source code.