root/Trunk/Scripts/Testing_scripts/NightlyTest/test.grammar
| Revision 1560, 158 bytes (checked in by kmaclean, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | S : NS_B SENT NS_E |
| 2 | SENT: CALL_V F_NAME |
| 3 | SENT: CALL_V L_NAME |
| 4 | SENT: CALL_V F_NAME L_NAME |
| 5 | SENT: DIAL_V WORD_LOOP |
| 6 | WORD_LOOP: WORD_LOOP DIGIT |
| 7 | WORD_LOOP: DIGIT |
Note: See TracBrowser for help on using the browser.