mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
*** empty log message ***
This commit is contained in:
12
lib/resource-0.6/abstract/TestHTML.gf
Normal file
12
lib/resource-0.6/abstract/TestHTML.gf
Normal 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;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user