Skip to content
Snippets Groups Projects
Commit e8204e46 authored by Jan Pohlmeyer's avatar Jan Pohlmeyer
Browse files

Change nonterminal name to something more fitting

parent a90e104e
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar getName;
public <confirm> = [<prefix>] <drink> [<robot>];
public <drinkstring> = [<prefix>] <drink> [<robot>];
<prefix> = (<myfavdrink> | <ilike>);
......
#JSGF V1.0;
grammar getName;
public <confirm> = [<prefix>] <name> [<robot>];
public <namestring> = [<prefix>] <name> [<robot>];
<prefix> = (<iam> | <nameis> | <callme>);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment