| 1. | The syntax analyzer has one recursive procedure for each nonterminal u . 对于每个非终结符号U,语法分析程序都有一个递归过程。 |
| 2. | A prime phrase is a phrase which consists of at least one terminal but no prime phrase other than itself . 素短语就是一个短语,它至少包含一个终结符号,并除自身外它不再包含其它素短语。 |
| 3. | This terminator is used because the field 之所以使用这个终结符,是因为域 |
| 4. | Is a terminal ; the lexer is producing this result 是一个终结符; lexer正是生成这种结果。 |
| 5. | You may note that the body has no explicit terminator 您可能会注意到,主体没有显式的终结符。 |
| 6. | Non - terminal also uses the 非终结符还使用了union的 |
| 7. | Is a non - terminal , which is created only by assembling it from terminals 是一个非终结符,它是通过装配终结符而创建出来的。 |
| 8. | The syntax analyzer has one recursive procedure for each nonterminal u 对于每个非终结符号u ,语法分析程序都有一个递归过程。 |
| 9. | When a non - terminal is being parsed , the components that went into it are named 当解析非终结符时,进入解析器的组成部分被命名为 |
| 10. | Of course , this doesn t solve one last problem : the starting non - terminal expression has nowhere to return to , so you will need to do something with the values it produces 当然,这不能解决一个最终问题:最前面的非终结符表达式没有任何地方可以返回,所以您应该处理它生成的值。 |