diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/process_file.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process_file.ml b/src/process_file.ml index 26fc1f22..c2a977da 100644 --- a/src/process_file.ml +++ b/src/process_file.ml @@ -62,7 +62,8 @@ let get_lexbuf fn = let parse_file (f : string) : Parse_ast.defs = let scanbuf = get_lexbuf f in - let default_type_names = ["bool";"unit";"vector";"range";"list";"bit";"nat"] in + let default_type_names = ["bool";"unit";"vector";"range";"list";"bit";"nat"; + "uint8";"uint16";"uint32";"uint64"] in let type_names = try Pre_parser.file Pre_lexer.token scanbuf |
