Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmitchell/tree-sitter-abnf
ABNF grammar for tree-sitter
https://github.com/jmitchell/tree-sitter-abnf
abnf grammar syntax tree-sitter
Last synced: 2 months ago
JSON representation
ABNF grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/jmitchell/tree-sitter-abnf
- Owner: jmitchell
- License: mit
- Created: 2018-10-28T20:56:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T18:20:42.000Z (almost 6 years ago)
- Last Synced: 2024-04-26T05:20:56.907Z (8 months ago)
- Topics: abnf, grammar, syntax, tree-sitter
- Language: C
- Size: 99.6 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tree-sitter-abnf
================[![Build Status](https://travis-ci.org/jmitchell/tree-sitter-abnf.svg?branch=master)](https://travis-ci.org/jmitchell/tree-sitter-abnf)
ABNF grammar for [tree-sitter][].
[tree-sitter]: https://github.com/tree-sitter/tree-sitter
References
* [RFC 5234: Augmented BNF for Syntax Specifications: ABNF](https://tools.ietf.org/html/rfc5234)
* [RFC 7405: Case-Sensitive String Support in ABNF](https://tools.ietf.org/html/rfc7405)