3 Commits

Author SHA1 Message Date
ce65dee71f
parser: ostensibly fix sentinel handling
I guess arrays don't need special handling because their memory is
explicitly accounted for, but it would probably be good to check that
a sentinel-terminated array initialized as `undefined` does get the
correct sentinel value.
2023-10-22 16:38:41 -07:00
f371f16e2f
slam dunk that minimum viable product vibe 2023-10-22 16:16:57 -07:00
6d2c08878d
examples: add parsing to an object example 2023-10-22 15:36:34 -07:00