24 lines
376 B
Plaintext
24 lines
376 B
Plaintext
module spoofax_propositional_language
|
|
|
|
imports
|
|
|
|
completion/completion
|
|
pp
|
|
outline
|
|
analysis
|
|
prop-eval
|
|
prop-dnf
|
|
prop-dnf3
|
|
prop-cnf3
|
|
prop-laws
|
|
prop-eval2
|
|
prop-desugar
|
|
|
|
rules // Debugging
|
|
|
|
debug-show-aterm:
|
|
(node, _, _, path, project-path) -> (filename, result)
|
|
with
|
|
filename := <guarantee-extension(|"aterm")> path
|
|
; result := node
|