Skip to content
  1. Sep 21, 2020
  2. Sep 20, 2020
  3. Sep 13, 2020
    • Rui Ueyama's avatar
      Add comma operator · b09f5ae7
      Rui Ueyama authored
      This patch allows writing a comma expression on the left-hand side
      of an assignment expression. This is called the "generalized lvalue"
      which is a deprecated GCC language extension. I'm implementing it
      anyway because it's useful to implement other features.
      b09f5ae7
    • Rui Ueyama's avatar
      Handle block scope · d7b0a41a
      Rui Ueyama authored
      d7b0a41a
    • Rui Ueyama's avatar
      [GNU] Add statement expression · addd1bfd
      Rui Ueyama authored
      This is a GNU C extension but will be useful for writing tests.
      addd1bfd