Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)