fix(error display): print errors to stderr
This commit is contained in:
parent
b79702684a
commit
8553ae7a5a
2 changed files with 5 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue