mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 14:33:37 -08:00
fix: pterm can resolve to NAT
This commit is contained in:
@@ -208,6 +208,7 @@ proverif_grammar = Lark(
|
|||||||
| "inductionOn" "=" "{" _non_empty_seq{IDENT} "}"
|
| "inductionOn" "=" "{" _non_empty_seq{IDENT} "}"
|
||||||
|
|
||||||
pterm: IDENT
|
pterm: IDENT
|
||||||
|
| NAT
|
||||||
| "(" _maybe_empty_seq{pterm} ")"
|
| "(" _maybe_empty_seq{pterm} ")"
|
||||||
| IDENT "(" _maybe_empty_seq{pterm} ")"
|
| IDENT "(" _maybe_empty_seq{pterm} ")"
|
||||||
| choice_pterm
|
| choice_pterm
|
||||||
|
|||||||
Reference in New Issue
Block a user