SLING-8012 - Extract an HTL runtime bundle from the existing HTL modules

* removed embedded antlr4-runtime; now depending on external dependency for the
ANTLR runtime
* delegated calls to the ObjectModel coming from the org.apache.sling.scripting.sightly.runtime
module and deprecated local org.apache.sling.scripting.sightly.compiler.util.ObjectModel
* deprecated org.apache.sling.scripting.sightly.compiler.RuntimeFunction
23 files changed
tree: ca1d5abe521e2c67128035d23dc187b89e4386e7
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Build Status Test Status Maven Central JavaDocs License scripting

Apache Sling Scripting HTL Compiler

This module is part of the Apache Sling project.

The Apache Sling Scripting HTL Compiler provides support for compiling HTML Template Language scripts into an Abstract Syntax Tree.