edje_cc: support script inheritance
authorJeeyong Um <conr2d@gmail.com>
Fri, 27 Oct 2017 18:49:02 +0000 (11:49 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 27 Oct 2017 20:34:01 +0000 (13:34 -0700)
commit64fb807b63362fb922caf4a0a917b8f34c3eec10
treeb59d2eec35da0b44defbf7d383be3b0dcf73e0c6
parenta191a052b8a80931b65a92a68ee776894f4a4c30
edje_cc: support script inheritance

Summary:
When inherit_script is set to 1, script of current group contains
variables and funtions from script of parent groups. If there is same
name variable or function, newly defined one will replace that of
parents.

Reviewers: cedric, jpeg

Subscribers: taxi2se

Differential Revision: https://phab.enlightenment.org/D5062

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
src/Makefile_Edje.am
src/bin/edje/edje_cc.h
src/bin/edje/edje_cc_handlers.c
src/bin/edje/edje_cc_script.c [new file with mode: 0644]