Glen Whitney
2357e1f220
Also update to latest revision of mkdocs semiliterate plugin. Up next: using SPT as an alternate means of running Stratego.
19 lines
312 B
Plaintext
19 lines
312 B
Plaintext
module spoofax_propositional_language
|
|
|
|
imports
|
|
|
|
completion/completion
|
|
pp
|
|
outline
|
|
analysis
|
|
prop-eval
|
|
prop-dnf
|
|
|
|
rules // Debugging
|
|
|
|
debug-show-aterm:
|
|
(node, _, _, path, project-path) -> (filename, result)
|
|
with
|
|
filename := <guarantee-extension(|"aterm")> path
|
|
; result := node
|