3 Commits

Author SHA1 Message Date
38e47b39dc
all: do some restructuring
I don't like big monolithic source files, so let's restructure a bit.
parser.zig is still bigger than I would like it to be, but there isn't
a good way to break up the two state machine parsers, which take up
most of the space. This is the last junk commit before I am seriously
going to implement the "streaming" parser. Which is the last change
before implementing deserialization to object. I am definitely not
just spinning my wheels here.
2023-09-24 18:22:12 -07:00
8684fab23c
build: add oneshot parsing example 2023-09-24 15:14:58 -07:00
3086022f8d
create something that doesn't work 2023-09-24 14:58:31 -07:00