1
0
forked from GitHub/gf-rgl

*** empty log message ***

This commit is contained in:
janna
2004-10-28 11:46:37 +00:00
parent df474d7b2e
commit c207052e6b
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
abstract TestHTML = Structural ** {
-- a random sample of lexicon to test resource grammar with
cat HTMLdoc; HTMLtag;
fun
htmlText: HTMLtag -> HTMLtag -> HTMLdoc;
head, body: HTMLtag;
} ;