Projects STRLCPY bearer Files
🤬
..
tree_sitter Loading last commit info...
README.md
binding.go
binding_test.go
parser.c
README.md

Protocol Buffer Parser

This is using https://github.com/mitchellh/tree-sitter-proto to parse Protobuf files and get the tree structure.

How to develop

Installation steps

git clone https://github.com/mitchellh/tree-sitter-proto.git
yarn install

How to test

Update the grammar.js

Run the tests

yarn test

You can also use the playground provided by tree-sitter

yarn playground
Please wait...
Page is in error, reload to recover