spoofax_prop/trans/prop-dnf.str
Glen Whitney 2357e1f220 docs: Add section 4.2
Also update to latest revision of mkdocs semiliterate plugin. Up next:
  using SPT as an alternate means of running Stratego.
2021-01-15 09:57:30 -08:00

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