Glen Whitney
2357e1f220
Also update to latest revision of mkdocs semiliterate plugin. Up next: using SPT as an alternate means of running Stratego.
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
|