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