-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
This issue is to collect potential refactors to the konvert module in pyk:
- Separate out
_kinner_to_kore.py(which would basically be most of_kast_to_kore.py), and_kouter_to_kore.py(which would basically be_module_to_kore.pyand functions like_krule_to_korein_kast_to_kore.py). - Change the logic for handling attributes
owise/priority/simplificationon rules in_krule_to_kore.pyto be aRulePassin_kouter_to_kore.py: Allow including lemmas dynamically into APRProver #4681 (comment) - Separate out
_krule_functional_to_kore.pyand_krule_semantic_to_kore.pyinto their own individual functionalities: Allow including lemmas dynamically into APRProver #4681 (comment) - Reuse new lifted structure for Kore axioms in generation of Kore text (Kast -> LiftedAxioms -> Axiom):
- Extract submodules from
_module_to_kore: Fixes and improvements inmodule_to_kore#4704 (comment) - Group symbol productions by attributes before axiom generation in
_module_to_kore: Fixes and improvements inmodule_to_kore#4704 (comment)
Metadata
Metadata
Assignees
Labels
No labels