Mentions légales du service

Skip to content
  • Timothy Bourke's avatar
    Accept when-syntax for declaring clocks · cae38d0e
    Timothy Bourke authored and Gwenaël Delaval's avatar Gwenaël Delaval committed
    The parameter or local declaration:
        x : bool :: . on y
    
    Can now be made using the 'standard' Lustre syntax:
        x : bool when y
    
    In this case, the translation gives x the clock:
        'a on y
    
    and relies on the (MiniLS) Clocking pass to instantiate the fresh clock
    variables.
    cae38d0e