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: about 1 year ago
JSON representation

ABNF grammar for tree-sitter

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)