mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 09:12:51 -06:00
10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
abstract Test =
|
|
Noun,
|
|
Verb,
|
|
Sentence,
|
|
Question,
|
|
Untensed,
|
|
-- Tensed,
|
|
Lex
|
|
** {} ;
|