Skip to content
  • Rui Ueyama's avatar
    Improve error message · bd558a7d
    Rui Ueyama authored
    Now, chibicc can print out an error message with an error location
    like this:
    
      $ ./chibicc 1+foo
      1+foo
        ^ expected a number
    bd558a7d