File: README.md

package info (click to toggle)
camlp5 8.04.00-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,968 kB
  • sloc: ml: 137,918; makefile: 2,055; perl: 1,729; sh: 1,653; python: 38
file content (6 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
# Protocol Buffer Version 2 IDL parser

This directory contains a sample Protocol Buffers IDL version 2 parser
and pretty-printer.  It's a significant grammar, and that's really why
it's here.  The tests in `tests/testdata` were copied from the
testsuite of [ocaml-protoc](https://github.com/mransan/ocaml-protoc).