feat(tokenizer): add Token::Int & UnexpectedToken error type
This commit is contained in:
parent
faedfadeab
commit
71a9d82d96
5 changed files with 24 additions and 6 deletions
|
|
@ -212,7 +212,11 @@ i will use rustyline, since it seems like the most feature-complete
|
|||
|
||||
* DONE remove uneeded error variants
|
||||
|
||||
* TODO cli tests using insta-cmd
|
||||
* STRT parse integers
|
||||
|
||||
* TODO parse strings
|
||||
|
||||
* WAIT cli tests using insta-cmd
|
||||
https://insta.rs/docs/cmd/
|
||||
|
||||
* WAIT autocompletion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue