The Main Module of the Resource Grammar

Last update: 2006-06-07 18:26:44 CEST



Produced by gfdoc - a rudimentary GF document generator. (c) Aarne Ranta (aarne@cs.chalmers.se) 2002 under GNU GPL.

This grammar is just a collection of the different modules, and the one that can be imported when one wants to test the grammar. A module without a lexicon is Grammar, which may be more suitable to open in applications.

    abstract Lang = 
      Grammar,
      Lexicon
      ** {} ;