Skip to content
Snippets Groups Projects

Feature/language reduce static

Merged Stéphane Del Pino requested to merge feature/language-reduce-static into develop
  1. Nov 24, 2020
  2. Nov 23, 2020
  3. Nov 20, 2020
  4. Nov 19, 2020
    • Stéphane Del Pino's avatar
      Fix value type of affectation expression · 8ebbb941
      Stéphane Del Pino authored
      pugs do not allow (willingly) chaining affectation expressions such
      as (a=b=c). Thus the return type of affectations must be `void` (since
      these expressions have no values) and not the type of the lhs.
      8ebbb941
  5. Nov 17, 2020
Loading