Skip to content
Snippets Groups Projects
Commit cac61d9d authored by Erwan Jahier's avatar Erwan Jahier
Browse files

In the lic code printer, invent an alias to every type, so that node

profiles constain only named types.

Typically, instead of printing:

           node toto(x: int ^ 4) ...

print something like :

           type int4 = int ^ 4
           node toto(x: int4) ...

Moreover, in  order to  avoid name clashes,  we prefix all  user name
type by "_".
parent d646bfaa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment