fix(error display): print errors to stderr

This commit is contained in:
Khaïs COLIN 2025-05-30 13:44:35 +02:00
parent b79702684a
commit 8553ae7a5a
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU
2 changed files with 5 additions and 3 deletions

View file

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