Skip to content
Snippets Groups Projects
  1. Jul 12, 2012
  2. Jul 11, 2012
    • Pascal Raymond's avatar
      Debut de DoNoPoly, qui necessite une modif assez · 4e1418a0
      Pascal Raymond authored
      importante du mecanisme de UnifyType :
      - fait :
        * definition de Eff.poly_match
        * TypeVar type_var au lieu de Any/Overload
          avec type_var = Any | AnyNum
          (pour l'instant et pour longtemps ?!)
      - à faire :
        * revoir UnifyType pour qu'il rende un poly_match
        * stocker là où c'est nécessaire les poly_match
          calculés lors du type check
          (pour les CALL et peut-être les sargs ?)
      4e1418a0
  3. Jul 10, 2012
  4. Jul 07, 2012
  5. Jul 06, 2012
  6. Jul 04, 2012
  7. Jun 01, 2011
    • Erwan Jahier's avatar
      Fix several bugs in static argument handling, in particular when · 65695130
      Erwan Jahier authored
      parametric nodes (or predef iterators) are nested.
      
      Before, nested iterators were handles as follows : a source-level
      (i.e., not compiled) alias node was created on-the-fly, and then
      compiled. But this way to proceed was buggy for static args coming
      from nested iterators or nested parametric nodes.
      
      Now, I rely on Inline.iterators to get rid of iterators (the iterator
      inlining is now recursive).
      65695130
  8. May 19, 2011
  9. Nov 03, 2010
  10. Sep 29, 2010
  11. Jul 10, 2010
  12. Jul 09, 2010
  13. Jul 06, 2010
  14. Apr 08, 2010
  15. Jan 20, 2010
  16. Jan 13, 2010
  17. May 26, 2009
  18. Mar 12, 2009
  19. Mar 11, 2009
  20. Mar 09, 2009
  21. Mar 04, 2009
  22. Mar 03, 2009
  23. Feb 25, 2009
  24. Feb 11, 2009
    • Erwan Jahier's avatar
      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
  25. Feb 09, 2009
  26. Feb 06, 2009
  27. Feb 05, 2009
Loading