Files
gf-core/examples/phrasebook/SentencesPes.gf
2012-03-05 09:46:05 +00:00

9 lines
250 B
Plaintext

concrete SentencesPes of Sentences = NumeralUrd ** SentencesI - [sing,NNumeral,ObjPlural,MCan,MKnow,MMust,V2Wait,VWait] with
(Syntax = SyntaxPes),
(Symbolic = SymbolicPes),
(Lexicon = LexiconPes) **
{
lin ObjPlural k = mkNP k ;
};;