Skip to content
Snippets Groups Projects
  • Erwan Jahier's avatar
    28f47082
    Rework the type of Lic expressions w.r.t. predef expressions. · 28f47082
    Erwan Jahier authored
    1) At the Lic level, there's no reason to distinguish betwenn node
    calls, and predef node calls. Indeed it makes things simpler and more
    homogeneous afterwards.
    
    2) int strings are only converted when necessary (constant evaluation).
    
    3) const are handled directly under Lic.by_pos_op instead of being under
       PREDEF_CALL, which make things easier and more logical.
    28f47082
    History
    Rework the type of Lic expressions w.r.t. predef expressions.
    Erwan Jahier authored
    1) At the Lic level, there's no reason to distinguish betwenn node
    calls, and predef node calls. Indeed it makes things simpler and more
    homogeneous afterwards.
    
    2) int strings are only converted when necessary (constant evaluation).
    
    3) const are handled directly under Lic.by_pos_op instead of being under
       PREDEF_CALL, which make things easier and more logical.