mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
missing constructions in Attempto grammars added
This commit is contained in:
8
examples/attempto/Symbols.gf
Normal file
8
examples/attempto/Symbols.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
abstract Symbols = {
|
||||
|
||||
cat Var ;
|
||||
|
||||
fun X_Var : Var ;
|
||||
fun Y_Var : Var ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user