Commit Graph

9 Commits

Author SHA1 Message Date
0b437fe5e1 feat: add multi-line comments
Challenge 4 of fourth chapter 'Scanner'
2024-11-20 03:31:02 +04:00
3357899307 fix: fix scanning of GreaterEqual 2024-11-19 17:57:51 +04:00
4df4107b77 fix: use the value from matching instead of unwrapping 2024-11-19 06:58:57 +04:00
cd5fae595c feat: finish scanning section of the book 2024-11-19 06:57:56 +04:00
2bac50ecba fix: correct number scan
i used peek_double instead of peek lol
2024-11-19 06:25:22 +04:00
02eb6bbc26 feat: implement string and number literals lexing 2024-11-18 06:16:31 +04:00
59ce325374 chore: remove the print statements from the test case
lol
2024-11-17 07:10:49 +04:00
5988cd84ef feat: add basic lexing(scanning)
just following the Scanning section of the book. Partially implemented
2024-11-16 23:04:16 +04:00
ef7d7bcbf8 init commit 2024-10-31 01:57:26 +04:00