mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
moved tutorial examples to GF/examples
This commit is contained in:
8
examples/tutorial/syntax/Test.gf
Normal file
8
examples/tutorial/syntax/Test.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
abstract Test = Syntax ** {
|
||||
|
||||
fun
|
||||
Wine, Cheese, Fish, Pizza, Waiter, Customer : N ;
|
||||
Fresh, Warm, Italian, Expensive, Delicious, Boring : A ;
|
||||
Stink : V ;
|
||||
Eat, Love, Talk : V2 ;
|
||||
}
|
||||
Reference in New Issue
Block a user