forked from GitHub/gf-core
10 lines
186 B
Plaintext
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
|
|
** {} ;
|