mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
food grammars added, with copyright statements
This commit is contained in:
5
lib/src/api/SymbolicAra.gf
Normal file
5
lib/src/api/SymbolicAra.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present:mathematical:prelude
|
||||
|
||||
resource SymbolicAra = Symbolic with
|
||||
(Symbol = SymbolAra),
|
||||
(Grammar = GrammarAra) ;
|
||||
5
lib/src/api/SymbolicRus.gf
Normal file
5
lib/src/api/SymbolicRus.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present:mathematical:prelude
|
||||
|
||||
resource SymbolicRus = Symbolic with
|
||||
(Symbol = SymbolRus),
|
||||
(Grammar = GrammarRus) ;
|
||||
Reference in New Issue
Block a user