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