doonv / bevy_dev_console

Source-inspired developer console plugin for the Bevy game engine.
Apache License 2.0
112 stars 10 forks source link

Improve parser (and lexer) errors. #6

Closed doonv closed 6 months ago

doonv commented 8 months ago

What problem does this solve or what need does it fill?

I've implemented proper error messages and span highlighting with CommandHints for the runner/executor's error messages. But I haven't done this yet for the parser and lexer.

What solution would you like?

Implement proper error messages and span highlighting for the parser and lexer.