I almost finished sequence parser, most advanced thing.. will throw link later.. you will feel the power of week typesπ€€
β Object.keys based iteration vs a for...of loop would differ
β My search iterators use Object.keys since that gets both
β I defined some object with parsers/options, then defined array of explicity ordered keys of that object and then merged that into the map for iteration. more duplicated code, but who cares)