forked from glen/fostr
17 lines
264 B
Plaintext
17 lines
264 B
Plaintext
|
module fostr
|
||
|
|
||
|
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
|