Skip to content

Conversation

@iteratee
Copy link

@iteratee iteratee commented May 7, 2024

Use lookahead to improve parsing of empty keys that should be parsed as null and lists consisting of items.

All current tests pass, and the null test has been expanded to include cases that would fail without this code.

iteratee added 2 commits May 6, 2024 21:03
Use bounded lookahead to improve parsing of lists of objects and empty
keys that should parse as null.

Previously an empty key would parse as an object that contained keys
that should have been siblings. Includes an expanded test of null parsing
and a hie.yaml file that occurred in the wild and did not parse correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant