aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer.h
Commit message (Collapse)AuthorAgeFilesLines
* feat: Started to add arraysDylan2026-06-111-0/+3
| | | | Only supports arrays of ints so far
* feat: JSON readingDylan2026-06-061-0/+36
- Implemented a tokenizer for json - Implemented a method which will read json from a string using the tokenizer