Skip to content
Snippets Groups Projects
  1. Jun 26, 2014
    • Erwan Jahier's avatar
      Make sure that L2lRmPoly removes every overloaded expression. · 7f808896
      Erwan Jahier authored
      e.g., by replacing "plus" by "iplus" or "rplus"
      
      Hence now the following is accepted :
         res = map<<+,  N>>(x, a, b);
      
      but still not
      
        a_or_b = map<<Lustre::if,  N>>(x, a, b);
      7f808896
    • Erwan Jahier's avatar
      Reject user defined polymorphic node. · 716f0d5b
      Erwan Jahier authored
      For instance,
        node toto = map<<Lustre::if,  N>>(x, a, b);
      is rejected.
      
      The problem with this change is that we now also reject equations such as
         res = map<<+,  N>>(x, a, b);
      
      which could be avoided. Probably L2lRmPoly does its job partially.
      716f0d5b
  2. Jun 24, 2014
  3. Jun 23, 2014
  4. Jun 20, 2014
  5. Jun 19, 2014
  6. Jun 18, 2014
  7. Jun 16, 2014
  8. Jun 13, 2014
  9. Jun 12, 2014
  10. Jun 10, 2014
  11. Jun 06, 2014
  12. Jun 05, 2014
  13. Jun 04, 2014
Loading