feat: add CLI param for configurable output/target directory

Co-authored-by: Anja Rabich <a.rabich@uni-luebeck.de>
This commit is contained in:
Benjamin Lipp
2025-09-16 16:47:32 +02:00
parent 475f4593f9
commit 3f4c7c2786
2 changed files with 13 additions and 7 deletions

View File

@@ -32,9 +32,10 @@
* ~~return an exit status that is meaningful for CI~~
* ~~exception handling in analyze() and in run_proverif()~~
* ~~refactor filtering in run_proverif (see karo's comment)~~
* ~configurable target directory~
## Next Steps
* configurable target directory
* do not assume that the repo path has subdir analysis and marzipan
* integrate marzipan.awk into Python, somehow
* rewrite marzipan.awk into Python/LARK