You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/15 13:51:09 UTC

[jira] [Commented] (SLING-5787) Modularise the Sightly script engine

    [ 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 <co...@adobe.com>
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)