Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
akissinger committed May 1, 2023
1 parent 964eb28 commit 54aee9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,11 @@ par : par_term "*" par_term
seq : term ";" term
perm : "sw" [ "[" num ("," num)* "]" ]
id : "id"
term_hole : term | "?"
num : INT
var : IDENTIFIER
term_ref : IDENTIFIER
rule_ref : IDENTIFIER
term_hole : term | "?"
```

0 comments on commit 54aee9f

Please sign in to comment.