mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-09 14:51:06 -07:00
cleaned up in lab2 grammars ; added myproject/ from the lecture
This commit is contained in:
15
lab2/grammar/myproject/MicroLangEng.gf
Normal file
15
lab2/grammar/myproject/MicroLangEng.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
--# -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" ;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user