forked from GitHub/comp-syntax-gu-mlt
cp old labs to new folders
This commit is contained in:
15
old-labs/lab2/grammar/intro/MicroLangEng.gf
Normal file
15
old-labs/lab2/grammar/intro/MicroLangEng.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
--# -path=.:../abstract
|
||||
|
||||
concrete MicroLangEng of MicroLang =
|
||||
open MicroResEng
|
||||
in {
|
||||
|
||||
lincat
|
||||
N = Noun ;
|
||||
|
||||
lin
|
||||
animal_N = mkN "animal" ;
|
||||
apple_N = mkN "apple" ;
|
||||
baby_N = mkN "baby" ;
|
||||
woman_N = mkN "woman" "women" ;
|
||||
}
|
||||
Reference in New Issue
Block a user