Go to the source code of this file.
|
| DEFINE_string (pdt_parentheses,"","PDT parenthesis label pairs") |
|
| DEFINE_bool (left_pdt, true,"Is the first argument the PDT?") |
|
| DEFINE_bool (connect, true,"Trim output?") |
|
| DEFINE_string (compose_filter,"paren","Composition filter, one of: \"expand\", \"expand_paren\", ""\"paren\"") |
|
int | pdtcompose_main (int argc, char **argv) |
|
int | main (int argc, char **argv) |
|
DEFINE_bool |
( |
left_pdt |
, |
|
|
true |
, |
|
|
"Is the first argument the PDT?" |
|
|
) |
| |
DEFINE_bool |
( |
connect |
, |
|
|
true |
, |
|
|
"Trim output?" |
|
|
) |
| |
DEFINE_string |
( |
pdt_parentheses |
, |
|
|
"" |
, |
|
|
"PDT parenthesis label pairs" |
|
|
) |
| |
DEFINE_string |
( |
compose_filter |
, |
|
|
"paren" |
, |
|
|
"Composition |
filter, |
|
|
one of:\"expand\" |
, |
|
|
\"expand_paren\" |
, |
|
|
""\"paren\"" |
|
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
int pdtcompose_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |