mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-06 21:56:31 -06:00
12 lines
126 B
Plaintext
12 lines
126 B
Plaintext
abstract Test =
|
|
Noun,
|
|
Verb,
|
|
Adjective,
|
|
Numeral,
|
|
Sentence,
|
|
Question,
|
|
Untensed,
|
|
-- Tensed,
|
|
Lex
|
|
** {} ;
|