feat: move parsing of RESULT lines to Python

Co-Authored-By: Anja Rabich <a.rabich@uni-luebeck.de>
This commit is contained in:
Benjamin Lipp
2025-06-10 17:45:21 +02:00
parent 2e27753f4a
commit 5232ab3a8e
2 changed files with 14 additions and 6 deletions

View File

@@ -43,12 +43,7 @@ metaverif() {
run_proverif "${awk_prep}" "$@" \
| clean_warnings \
| tee "${log}" \
| awk '
/^RESULT/ {
gsub(/\./, "", $NF);
print($NF);
fflush(stdout);
}' \
| exc rosenpass-marzipan parse-result-line \
| pretty_output "${cpp_prep}"
} || {
echo "TODO: Commented out some debug output"