top_level_navigation.gram
Example
#ABNF 1.0;
mode voice;
language en-US;
tag-format <semantics/1.0>;
root $directive;
$directive = (go back) {out = "APPLICATION_BACK"} |
(main menu) {out = "APPLICATION_TOP"} |
(goodbye | quit | exit) {out = "APPLICATION_EXIT"};