Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems parsing maps with complex keys #223

Closed
tliron opened this issue Apr 27, 2021 · 0 comments · Fixed by #520
Closed

Problems parsing maps with complex keys #223

tliron opened this issue Apr 27, 2021 · 0 comments · Fixed by #520
Labels
bug Something isn't working parser

Comments

@tliron
Copy link

tliron commented Apr 27, 2021

After some debugging I've created this playground that hopefully shows the problems clearly.

Complex keys are scanned/tokenized correctly, but parsed incorrectly. As you can see the parser breaks down and treats each token as its own document. It should be a single document with a single !!map.

@goccy goccy added bug Something isn't working parser labels Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parser
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants