Improve .proto options parsing.

Options can now be defined on command line, file, message or in field
scope.

Update issue 12
Status: Started
This commit is contained in:
Petteri Aimonen
2012-10-29 18:20:15 +02:00
parent 9e0ee92f0a
commit 28b0136ea4
6 changed files with 129 additions and 22 deletions

3
tests/options.expected Normal file
View File

@@ -0,0 +1,3 @@
char filesize[20];
char msgsize[30];
char fieldsize[40];