It would be useful to have clear parser errors which have the position (line and column) printed. Now for some errors there is information of where the error happened: `Unterminated string literal at Line: {}, Col: {}` For others, there isn't: `Unexpected EOF while in a multi-line comment` I think this would be a "good first issue" to work on, maybe I find some time to work on this soon.