Files
IBAFLang/IBAF-Editor/trans/ibaf.str
2023-11-01 09:28:27 +01:00

21 lines
306 B
Plaintext

module ibaf
imports
libstratego-lib
imports
completion/completion
pp
outline
analysis
rules // Debugging
debug-show-aterm:
(node, _, _, path, project-path) -> (filename, result)
with
filename := <guarantee-extension(|"aterm")> path
; result := node
imports
generate