spoofax_prop/trans/prop-eval.str
Glen Whitney 56b8b921dc docs: Initiate building documentation with mkdocs
Also lay out the structure of the documentation and supply a decent
  introduction. Also (unsuccessfully) attempt to get the first example of
  a Stratego transformation from the manual implemented and documented.
2021-01-12 08:41:01 -08:00

10 lines
326 B
Plaintext

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