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