mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
lrec tutorial examples
This commit is contained in:
9
examples/lrec-tutorial/Lang.gf
Normal file
9
examples/lrec-tutorial/Lang.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
abstract Lang = Grammar ** {
|
||||
|
||||
fun
|
||||
man_N, woman_N, house_N, tree_N : N ;
|
||||
big_A, small_A, green_A : A ;
|
||||
walk_V, arrive_V : V ;
|
||||
love_V2, please_V2 : V2 ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user