diff options
Diffstat (limited to 'src/parser.mly')
| -rw-r--r-- | src/parser.mly | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.mly b/src/parser.mly index 0ee7093d..e1647642 100644 --- a/src/parser.mly +++ b/src/parser.mly @@ -528,6 +528,8 @@ npats: atomic_exp: | Lcurly semi_exps Rcurly { eloc (E_block $2) } + | Nondet Lcurly semi_exps Rcurly + { eloc (E_nondet $3) } | id { eloc (E_id($1)) } | lit |
