Skip to content
Snippets Groups Projects
  1. Jun 10, 2014
  2. Mar 25, 2014
  3. Feb 20, 2014
  4. Dec 10, 2013
  5. Dec 06, 2013
  6. Dec 04, 2013
  7. Nov 29, 2013
  8. Nov 25, 2013
  9. Jun 06, 2013
  10. Jun 04, 2013
  11. May 31, 2013
  12. May 28, 2013
  13. May 15, 2013
    • Erwan Jahier's avatar
      Fix test the -ec mode in presence of clocked variable. · d5870c84
      Erwan Jahier authored
      Indeed, I've intentionally removed the when statements in clocked local var like this :
      
       var
          v:int;
      
      because the following was producing a syntax error in ecexe:
      
       var
          v:int when c;
      
      But Actually, the right thing to do was to generate the following:
      
       var
          (v:int) when c;
      
      ...
      
      nb : #FAILS=90->89
      d5870c84
  14. May 07, 2013
  15. Apr 26, 2013
  16. Apr 24, 2013
  17. Apr 17, 2013
  18. Apr 12, 2013
    • Erwan Jahier's avatar
      Add the exit port to ldbg plugin. · 8dd3d736
      Erwan Jahier authored
      Some work to share the conde that is comon to Lutin/Lurette more properly
      via Makefiles and using chmod to avoid editing the wrong files.
      
      + mv the lus2licRun.ml/mli file to the Lurette git repo.
      8dd3d736
    • Erwan Jahier's avatar
      lus2lic is now working from ldbg and ltop. · fa71e77c
      Erwan Jahier authored
      As far as ldbg is concerned, it only traces the toplevel node, at
      call event.
      
      Note that I needed to rename quite a lot of modules to avoid name clashes
      between lus2lic.a and ltop.
      
      I've also merged the Verbose module with the one of Lutin so that
      they can be shared (there were sharing 95% already).
      fa71e77c
  19. Apr 10, 2013
  20. Apr 08, 2013
  21. Apr 05, 2013
  22. Apr 03, 2013
  23. Mar 29, 2013
Loading