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 8106df7c..8672704f 100644 --- a/src/parser.mly +++ b/src/parser.mly @@ -351,6 +351,8 @@ app_typ: { $1 } | tid Lt app_typs Gt { tloc (ATyp_app($1,$3)) } + | Register Lt app_typs Gt + { tloc (ATyp_app(Id_aux(Id "register", locn 1 1),$3)) } star_typ_list: | app_typ |
