summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesPes.gf
blob: 32a18147362c450487898cfdf852caed6a0846c1 (plain)
1
2
3
4
5
6
7
8
concrete SentencesPes of Sentences =  NumeralPes **  SentencesI - [sing,NNumeral,ObjPlural,MCan,MKnow,MMust,V2Wait,VWait] with 
  (Syntax = SyntaxPes),
  (Symbolic = SymbolicPes),
  (Lexicon = LexiconPes) **
  {
  lin ObjPlural k = mkNP k ;
  };