feat(tokenizer): parse integers

This commit is contained in:
Khaïs COLIN 2025-05-10 10:55:44 +02:00
parent 71a9d82d96
commit f259b079b7
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
13 changed files with 311 additions and 27 deletions

View file

@ -214,6 +214,10 @@ i will use rustyline, since it seems like the most feature-complete
* STRT parse integers
** TODO Function to get a token until condition is false
** TODO Parse the integer
* TODO parse strings
* WAIT cli tests using insta-cmd