https://github.com/arnau/tree-sitter-csv
CSV grammar for tree-sitter
https://github.com/arnau/tree-sitter-csv
csv parser tree-sitter tree-sitter-parser
Last synced: 1 day ago
JSON representation
CSV grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/arnau/tree-sitter-csv
- Owner: arnau
- License: mit
- Created: 2023-07-02T07:14:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T16:09:27.000Z (12 months ago)
- Last Synced: 2025-10-12T15:43:09.439Z (4 months ago)
- Topics: csv, parser, tree-sitter, tree-sitter-parser
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-csv
CSV grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
## References
- [RFC 4180](https://datatracker.ietf.org/doc/html/rfc4180)