23 lines
310 B
Plaintext
23 lines
310 B
Plaintext
module ibaf
|
|
|
|
imports
|
|
generate
|
|
|
|
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
|