Skip to content
Snippets Groups Projects
  1. Nov 15, 2023
  2. Oct 20, 2022
  3. Apr 08, 2022
  4. Aug 17, 2020
  5. Jun 17, 2020
  6. Jun 16, 2020
  7. Jun 12, 2020
  8. Mar 18, 2020
  9. Jan 12, 2018
  10. Nov 30, 2017
  11. Apr 24, 2017
  12. Jan 06, 2017
  13. Oct 07, 2016
  14. Feb 25, 2016
  15. Sep 03, 2015
    • Erwan Jahier's avatar
      Various enhancements in the manual. · 66664b22
      Erwan Jahier authored
      - add a sectiuon on operators priority
      - fix the automatic latex grammar generator (now calles yacc2latex)
      
      also force the -rif in the utils/luciole-rif script when used with
      lutin or lus2lic.
      66664b22
  16. Apr 08, 2015
  17. Jan 20, 2015
  18. May 21, 2014
  19. Jun 03, 2013
    • Erwan Jahier's avatar
      Fix a bug in the implementation of diese (#). · 1041bec5
      Erwan Jahier authored
      Actually, it was a misunderstanding of mine (R1) ; the behavior was consistent
      with the lv6 doc, but not with the v4 behavior...
      
      Indeed, # means "at most 1 among n", not "exactly one among n" as I tought...
      1041bec5
  20. Jan 31, 2013
  21. Jul 09, 2010
  22. Jul 06, 2010
  23. May 05, 2010
  24. Jan 13, 2010
  25. May 26, 2009
    • Erwan Jahier's avatar
      Attach the clock of Eff.val_exp to the val_exp itself, instead of · e7ef1b90
      Erwan Jahier authored
      maintaining (ugly and error-prone) hash tables.
      
      That change revealed an untriggered bug in EvalClock.check_args: it was wrong
      to add in subst the substitutions made of the parameters and the arguments (it
      is enough to unify the clocks of the pars and of the args). For instance, consider
      the node (in should_work/clock/clock.lus)
      
         node clock5(x :  bool; y:  bool when x; z: bool when y)
      
      and the call
      
        z2 = clock5(a, b when a, c when e);
      
      I was adding y/b in the subst, which was wrong.
      
      Other minor changes:
       - move const_to_val_eff from Eff to UnifyClock.
       - GetEff.translate_val_exp now returns a substitution, in order to be able
         to unify clock vars and propagate the resulting substitution.
      e7ef1b90
  26. Mar 09, 2009
  27. Dec 08, 2008
  28. Nov 20, 2008
  29. Oct 22, 2008
  30. Jun 03, 2008
Loading