Files
gf-core/lib/resource/minimal/Minimal.gf
2007-12-12 20:30:11 +00:00

10 lines
186 B
Plaintext

--1 Minimal Resource Grammar
-- This module defines the syntax with a minimal lexicon.
-- This is useful for treebank generation.
abstract Minimal =
Grammar,
MinLexicon
** {} ;