Parse unique box types

Issue #409
This commit is contained in:
Brian Anderson 2011-09-20 16:07:09 -07:00
parent be1feaa918
commit 865dcb663d
6 changed files with 18 additions and 0 deletions

View file

@ -307,6 +307,7 @@ tag ty_ {
ty_char;
ty_str;
ty_box(mt);
ty_uniq(mt);
ty_vec(mt);
ty_ptr(mt);
ty_task;