1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-02-15 18:40:05 +00:00
Jonathan Coates 54ab98473f
Be lazy in reporting errors in the lexer
Instead of reporting an error with `.report(f(...))`, we now do
`.report(f, ...)`. This allows consumers to ignore error messages when
not needed, such as when just doing syntax highlighting.
2023-06-25 15:48:57 +01:00
..