[ 
https://issues.apache.org/jira/browse/SLING-5787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15331781#comment-15331781
 ] 

ASF GitHub Bot commented on SLING-5787:
---------------------------------------

GitHub user raducotescu opened a pull request:

    https://github.com/apache/sling/pull/147

    SLING-5787 - Modularise the Sightly script engine

    * implemented front-end + back-end compilers
    * added new dependency to the JavaScript + Sling Models use providers in 
order
    to use version 2.0.0 of the org.apache.sling.scripting.sightly.render API 
package
    * adapted tests

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/raducotescu/sling SLING-5787

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sling/pull/147.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #147
    
----
commit fe63b8cf2eb7b2eacdbc038de6a63c66940f8380
Author: Radu Cotescu <[email protected]>
Date:   2016-06-15T13:38:28Z

    SLING-5787 - Modularise the Sightly script engine
    
    * implemented front-end + back-end compilers
    * added new dependency to the JavaScript + Sling Models use providers in 
order
    to use version 2.0.0 of the org.apache.sling.scripting.sightly.render API 
package
    * adapted tests

----


> Modularise the Sightly script engine
> ------------------------------------
>
>                 Key: SLING-5787
>                 URL: https://issues.apache.org/jira/browse/SLING-5787
>             Project: Sling
>          Issue Type: Improvement
>          Components: Scripting
>            Reporter: Radu Cotescu
>            Assignee: Radu Cotescu
>             Fix For: Scripting Sightly Engine 1.0.20
>
>
> The Sightly script engine should be broken into three modules:
> # a Sightly frontend compiler that interprets Sightly scripts and produces an 
> Abstract Syntax Tree (AST)
> # a Sightly Java backend compiler that interprets the AST and produces Java 
> class files
> # a Compilable Script Engine that reuses the previous two modules



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to