feat(tokenizer): add Token::Int & UnexpectedToken error type

This commit is contained in:
Khaïs COLIN 2025-05-10 10:55:44 +02:00
parent faedfadeab
commit 71a9d82d96
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU
5 changed files with 24 additions and 6 deletions

View file

@ -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