mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-05 05:12:45 -06:00
Added Eclipse contents
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
abstract HelloAbs = AbsCat [Greeting, Recipient] ** {
|
||||
|
||||
flags startcat = Greeting ;
|
||||
|
||||
cat Farewell ;
|
||||
|
||||
fun
|
||||
Hello : Recipient -> Greeting ;
|
||||
Goodbye : Recipient -> Farewell ;
|
||||
World, Parent, Friends : Recipient ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user