Skip to content
Snippets Groups Projects
  1. Mar 09, 2009
  2. Feb 10, 2009
  3. Jan 30, 2009
  4. Sep 15, 2008
  5. Aug 29, 2008
  6. Aug 28, 2008
  7. Aug 19, 2008
    • Erwan Jahier's avatar
      Split expressions into atomic expressions. In other words, introduce · d7905aff
      Erwan Jahier authored
      as many  new local  variables as necessary  so that an  expression is
      made at most of one operator.
      
      The rational  for that  is to obtain  a lic  code that is  trivial to
      clock check (nested node calls, for example, make it less simple).
      
      The old behavior can still be obtained using --keep-nested-calls.
      
      During  that  change,   I  realised  that  I  did   not  clock  check
      asserts. Hence, I have also added this check.
      d7905aff
  8. Jun 26, 2008
  9. Jun 12, 2008
Loading