Glen Whitney
7b00b01856
All checks were successful
continuous-integration/drone/push Build is passing
20 lines
296 B
Plaintext
20 lines
296 B
Plaintext
module fostr
|
|
|
|
imports
|
|
|
|
completion/completion
|
|
pp
|
|
outline
|
|
analysis
|
|
haskell
|
|
javascript
|
|
python
|
|
|
|
rules // Debugging
|
|
|
|
debug-show-aterm:
|
|
(node, _, _, path, project-path) -> (filename, result)
|
|
with
|
|
filename := <guarantee-extension(|"aterm")> path
|
|
; result := node
|