Skip to content

Commit

Permalink
fix: Fix parser
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Sep 17, 2023
1 parent c06b740 commit 2265ec3
Show file tree
Hide file tree
Showing 5 changed files with 643 additions and 645 deletions.
6 changes: 3 additions & 3 deletions server/grammar/ProverifLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ secret, select, set, suchthat, sync, table, then, type, weaksecret, yield
term: state
*/
NEW: 'new';
CHOICE: 'choice';
CHOICE: 'choice' | 'diff';
LET: 'let';
INSERT: 'insert';
EVENT: 'event';
Expand Down Expand Up @@ -165,8 +165,8 @@ queries
*/
// EVENT: 'event'; duplicate
INJEVENT: 'inj-event';
ATTACKER: 'attacker';
MESS: 'mess';
// ATTACKER: 'attacker'; not treated as its own taken, rather as IDENT
// MESS: 'mess'; not treated as its own taken, rather as IDENT
PHASE: 'phase';
// CHOICE: 'choice'; duplicate
// NEW: 'new'; duplicate
Expand Down
Loading

0 comments on commit 2265ec3

Please sign in to comment.