Skip to content
  • Christoph Conrads's avatar
    Lexer: fix two related issues, use `yyterminate()` · 93958d66
    Christoph Conrads authored
    - fix recognition of newline in INITIAL state; this exposes a problem
      where the lexer matches unknown tokens for too long at the end of file
    - fix recognition of unknown tokens at the end of file
    - call `yyterminate()` at the end of file
    93958d66