summaryrefslogtreecommitdiff
path: root/testsuite/canonical/grammars/PhrasebookGer.gf
blob: c6402297ca2b678367cb58d750391c74ab8bb1bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--# -path=.:present

concrete PhrasebookGer of Phrasebook =
  open
    SyntaxGer,
    LexiconGer in {

  lincat
    VerbPhrase  = VP ;

  lin
    VRead = mkVP <lin V read_V2 : V> ;

}