diff --git a/marzipan/src/parser.py b/marzipan/src/parser.py index ef1324e..d899fb2 100644 --- a/marzipan/src/parser.py +++ b/marzipan/src/parser.py @@ -208,6 +208,7 @@ proverif_grammar = Lark( | "inductionOn" "=" "{" _non_empty_seq{IDENT} "}" pterm: IDENT + | NAT | "(" _maybe_empty_seq{pterm} ")" | IDENT "(" _maybe_empty_seq{pterm} ")" | choice_pterm