mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-09 23:01:06 -07:00
15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
--# -path=.:../abstract
|
|
|
|
concrete MicroLangEng of MicroLang = open MicroResEng in {
|
|
|
|
lincat N = MicroResEng.N ;
|
|
|
|
lin baby_N = mkN "baby" ;
|
|
lin dog_N = mkN "dog" ;
|
|
lin man_N = mkN "man" "men" ;
|
|
lin car_N = mkN "car" ;
|
|
lin city_N = mkN "city" ;
|
|
lin boy_N = mkN "boy" ;
|
|
|
|
|
|
} |