| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Added readmeHEADmain | Dylan | 2026-06-15 | 2 | -9/+70 |
| | | |||||
| * | feat: Added arrays for all literal types | Dylan | 2026-06-14 | 4 | -12/+41 |
| | | |||||
| * | feat: Added booleans | Dylan | 2026-06-13 | 4 | -12/+39 |
| | | |||||
| * | feat: Started to add arrays | Dylan | 2026-06-11 | 6 | -19/+91 |
| | | | | | Only supports arrays of ints so far | ||||
| * | fixup: Fixed makefile | Dylan | 2026-06-11 | 1 | -1/+2 |
| | | | | | Fixed build order | ||||
| * | feat: Moved serializers for basic types to json.cpp | Dylan | 2026-06-06 | 2 | -78/+14 |
| | | | | | Also removed `TestClass` | ||||
| * | feat: JSON reading | Dylan | 2026-06-06 | 6 | -24/+239 |
| | | | | | | - Implemented a tokenizer for json - Implemented a method which will read json from a string using the tokenizer | ||||
| * | feat: Initial commit, json data structure and serializing to json | Dylan | 2026-06-06 | 10 | -0/+398 |
