Glen Whitney
f789ed94fd
Some checks failed
continuous-integration/drone/push Build is failing
Also start using nailgun to speed up code generation. Resolves #6.
21 lines
304 B
Plaintext
21 lines
304 B
Plaintext
module fostr
|
|
|
|
imports
|
|
|
|
completion/completion
|
|
pp
|
|
outline
|
|
analysis
|
|
ocaml
|
|
haskell
|
|
javascript
|
|
python
|
|
|
|
rules // Debugging
|
|
|
|
debug-show-aterm:
|
|
(node, _, _, path, project-path) -> (filename, result)
|
|
with
|
|
filename := <guarantee-extension(|"aterm")> path
|
|
; result := node
|