forked from GitHub/gf-core
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;
|
|
|
|
} ;
|
|
|