aboutsummaryrefslogtreecommitdiff
path: root/options.ggo
blob: 7cf6b770874d98ec58d6750a596373d93e4ba084 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package "BLoC"
version "1.0"
purpose "Tool for converting to/from BLC and BLoC"

option "input" i "input file" string required
option "output" o "output file" default="out" string optional
option "verbose" v "enable debug logging output" flag off
option "from-blc" b "convert from BLC to BLoC" flag off
option "from-bloc" B "convert from BLoC to BLC" flag off
option "dump" d "dump bloc file" dependon="from-bloc" flag off
option "test" t "compare BLC with generated BLoC" dependon="from-blc" flag off