mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
abstract TestHTML = Structural ** {
|
|
|
|
-- a random sample of lexicon to test resource grammar with
|
|
|
|
cat HTMLdoc; HTMLtag;
|
|
|
|
fun
|
|
htmlText: HTMLtag -> HTMLtag -> HTMLdoc;
|
|
head, body: HTMLtag;
|
|
|
|
} ;
|
|
|