mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 11:18:55 -06:00
missing constructions in Attempto grammars added
This commit is contained in:
8
examples/attempto/SymbolsC.gf
Normal file
8
examples/attempto/SymbolsC.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
concrete SymbolsC of Symbols = open Prelude in {
|
||||
|
||||
lincat Var = SS ;
|
||||
|
||||
lin X_Var = ss "X" ;
|
||||
lin Y_Var = ss "Y" ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user