Skip to content
Snippets Groups Projects
  • Erwan Jahier's avatar
    672af392
    Various fixes for the lv4 backend: · 672af392
    Erwan Jahier authored
     - expr such as "current x,y" should be written "current (x,y)"
     - abstract   struct  or   array   types  were   handled  as   extern
       types, which  prevent the struct  and array expanser to  work them
       out. In order to fix that, I have added an Abstract_type_eff variant
       to Eff.type_ which contains the concerte type.
    672af392
    History
    Various fixes for the lv4 backend:
    Erwan Jahier authored
     - expr such as "current x,y" should be written "current (x,y)"
     - abstract   struct  or   array   types  were   handled  as   extern
       types, which  prevent the struct  and array expanser to  work them
       out. In order to fix that, I have added an Abstract_type_eff variant
       to Eff.type_ which contains the concerte type.