mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
9 lines
189 B
CFEngine3
9 lines
189 B
CFEngine3
Phr ::= PConj Imp ;
|
|
Phr ::= PConj S ;
|
|
Phr ::= PConj QS ;
|
|
|
|
Phr ::= PConj "please" Imp | PConj QS "please" ;
|
|
Phr ::= PConj NP | PConj NP "please" ;
|
|
|
|
PConj ::= | "and" | "but" | "therefore" ;
|