Files
gf-core/lib/resource-0.6/abstract/TestHTML.gf
2004-10-28 11:46:37 +00:00

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;
} ;