firstCommandPhraseGrammarProd

grammar firstCommandPhrase(askTellActorTo) :   CommandProduction grammar.t[61]

('ask' | 'tell' | 'a' | 't') singleNounOnly->actor_
'to' commandPhrase->cmd_
grammar firstCommandPhrase(commandOnly) :   CommandProduction grammar.t[52]
commandPhrase->cmd_
grammar firstCommandPhrase(withActor) :   CommandProduction grammar.t[56]
singleNounOnly->actor_ ',' commandPhrase->cmd_
Adv3Lite Library Reference Manual
Generated on 01/03/2024 from adv3Lite version 1.6.2