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

Add CSV lexer #1005

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Add CSV lexer #1005

wants to merge 9 commits into from

Conversation

walles
Copy link
Contributor

@walles walles commented Sep 29, 2024

This is a lexer for RFC-4180 compliant CSV files.

Fixes #1004.

To be updated once we have a lexer in place.
I believe this test case contains all corner cases from the spec.
Both by fixing the indentation to make the test suite happy and by
adding LiteralStringEscape to the expected output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please add a CSV lexer
1 participant