Skip to content
Snippets Groups Projects
basicFunctionalities.jsgf 987 B
Newer Older
  • Learn to ignore specific revisions
  • Christian Witte's avatar
    Christian Witte committed
    #JSGF V1.0;
    grammar basicFunctionalities;
    
    
    public <basicFunctionalities> = <question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <continue> | <stop> | <stop_pick_and_place>;
    
    Christian Witte's avatar
    Christian Witte committed
    <continue> = tobi continue | continue;
    
    Christian Witte's avatar
    Christian Witte committed
    <stop> = tobi stop;
    
    Christian Witte's avatar
    Christian Witte committed
    <yes> = <tobi_yes> | yes;
    <no> = <tobi_no> | no;
    <tobi_yes> = tobi yes;
    <toni_no> = tobi no;
    
    <stop_pick_and_place> = stop pick and place;
    
    Christian Witte's avatar
    Christian Witte committed
    <question1> = what time is it;
    <question2> = what is your name;
    
    <question3> = what is the capital of brazil;
    
    <question4> = in which year was robo cup founded;
    
    <question5> = how many rings has the olympic flag;
    <question6> = what is the answer to the ultimate question about life the universe and everything;
    <question7> = what is the worlds most popular green vegetable;
    <question8> = what is the oldest drug used on earth;
    <question9> = which insect has the best eyesight;
    <question10> = who lives in a pineapple under the sea;