👋 The lexer always reports Line 1 when it encounters an unrecognized token:
https://github.com/hoaproject/Compiler/blob/master/Llk/Lexer.php#L151
This is particularly problematic as it the file being parsed has 100s of lines. Guess this is also related to #97