feat(error display): better error message for unmatched "

This commit is contained in:
Khaïs COLIN 2025-05-25 17:20:23 +02:00
parent b7400e23af
commit b79702684a
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU
2 changed files with 29 additions and 8 deletions

View file

@ -220,7 +220,9 @@ i will use rustyline, since it seems like the most feature-complete
* DONE parse strings
* TODO better error message display for unclosed " in string
* DONE better error message display for unclosed " in string
* TODO print errors to stderr
* TODO parse insert statements in the form
insert <id:int> <username:string> <email:string>