groto

module
v0.0.0-...-3a9de2f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2018 License: Apache-2.0

README

groto

This repository contains a series of Go packages providing utilities for Protocol Buffers Version 3.

You can learn more about this version of Protocol Buffers Version 3 reading this document.

For now, the repo contains a scanner and parser for the language, but more is coming.

Disclaimer

This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.

Directories

Path Synopsis
Package parser provides the function Parse, which given an io.Reader parses its content and generates a Proto which contains all the definitions found in a Protocol Buffer Version 3 file descriptor (aka .proto file).
Package parser provides the function Parse, which given an io.Reader parses its content and generates a Proto which contains all the definitions found in a Protocol Buffer Version 3 file descriptor (aka .proto file).
Package scanner provides the Scanner type that is able to read from any io.Reader and generate tokens.
Package scanner provides the Scanner type that is able to read from any io.Reader and generate tokens.
Package token defines all the token kinds defined in the Protocol Buffers language version 3.
Package token defines all the token kinds defined in the Protocol Buffers language version 3.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL