mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
new tutorial example
This commit is contained in:
5
doc/tutorial/FruitEng.gf
Normal file
5
doc/tutorial/FruitEng.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
concrete FruitEng of Fruit = {
|
||||
lin
|
||||
Apple = {s = "apple"} ;
|
||||
Peach = {s = "peach"} ;
|
||||
}
|
||||
Reference in New Issue
Block a user