Sign in
eclipse
/
epsilon
/
org.eclipse.epsilon
/
refs/heads/hhoyos/iEvl
/
.
/
examples
/
org.eclipse.epsilon.examples.mergefragments
/
matchtrees.ecl
blob: 1a2d7ffb0b08e977ca349a87334fa896c0c09fde [
file
] [
log
] [
blame
]
rule
Tree2Tree
match l
:
Core
!
Tree
with
r
:
Fragment
!
Tree
{
compare
:
l
.
label
=
r
.
label
}