firstCommandPhraseGrammarProd
grammar
firstCommandPhrase(askTellActorTo)
:
CommandProduction
(‘ask’ | ‘tell’ | ‘a’ | ‘t’) singleNounOnly->actor_
‘to’ commandPhrase->cmd_
grammar
firstCommandPhrase(commandOnly)
:
CommandProduction
commandPhrase->cmd_
grammar
firstCommandPhrase(withActor)
:
CommandProduction
singleNounOnly->actor_ ‘,’ commandPhrase->cmd_
Adv3Lite Library Reference Manual
Generated on 15/03/2023 from adv3Lite version 1.6.1