Skip to content
  1. Oct 15, 2020
    • Rui Ueyama's avatar
      Add struct · f814033d
      Rui Ueyama authored
      f814033d
    • Rui Ueyama's avatar
      Add comma operator · e6307ad3
      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.
      e6307ad3
    • Rui Ueyama's avatar
      Emit .file and .loc assembler directives · 1c91d194
      Rui Ueyama authored
      With these directives, gdb can print out an error location when
      a compiled program crashes.
      1c91d194
  2. Oct 08, 2020
  3. Oct 07, 2020