resource using exx revised

This commit is contained in:
aarne
2007-09-02 19:53:55 +00:00
parent 545bcc10ac
commit 2ad038e204
12 changed files with 129 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
interface LexFoods = open Syntax in {
oper
wine_N : N ;
pizza_N : N ;
cheese_N : N ;
fish_N : N ;
fresh_A : A ;
warm_A : A ;
italian_A : A ;
expensive_A : A ;
delicious_A : A ;
boring_A : A ;
}