10 lines
321 B
Plaintext
10 lines
321 B
Plaintext
|
module prop-dnf
|
||
|
imports libstrategolib prop-dnf-rules
|
||
|
strategies
|
||
|
dnf = innermost(E)
|
||
|
|
||
|
// Interface dnf strategy with editor services and file system
|
||
|
do-dnf: (selected, _, _, path, project-path) -> (filename, result)
|
||
|
with filename := <guarantee-extension(|"dnf.aterm")> path
|
||
|
; result := <dnf> selected
|