mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 14:29:31 -06:00
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
|
|
** {} ;
|