Closed desaikd closed 3 years ago
Currently the isl_type_reference has a TODO for including an Import variant in IslTypeRef enum. The grammar for this inline import type reference is as below:
Import
IslTypeRef
<IMPORT_TYPE> ::= { id: <ID>, type: <TYPE_NAME> } <TYPE_REFERENCE> ::= <TYPE_NAME> | <TYPE_ALIAS> | <UNNAMED_TYPE_DEFINITION> | <IMPORT_TYPE>
Currently the isl_type_reference has a TODO for including an
Import
variant inIslTypeRef
enum. The grammar for this inline import type reference is as below: