forked from GitHub/gf-rgl
food grammars added, with copyright statements
This commit is contained in:
5
src/api/SymbolicAra.gf
Normal file
5
src/api/SymbolicAra.gf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
--# -path=.:present:mathematical:prelude
|
||||||
|
|
||||||
|
resource SymbolicAra = Symbolic with
|
||||||
|
(Symbol = SymbolAra),
|
||||||
|
(Grammar = GrammarAra) ;
|
||||||
5
src/api/SymbolicRus.gf
Normal file
5
src/api/SymbolicRus.gf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
--# -path=.:present:mathematical:prelude
|
||||||
|
|
||||||
|
resource SymbolicRus = Symbolic with
|
||||||
|
(Symbol = SymbolRus),
|
||||||
|
(Grammar = GrammarRus) ;
|
||||||
@@ -109,6 +109,6 @@ concrete StructuralAra of Structural = CatAra **
|
|||||||
|
|
||||||
have_V2 = dirV2 (regV "يَملِك") ;
|
have_V2 = dirV2 (regV "يَملِك") ;
|
||||||
|
|
||||||
lin language_title_Utt = ss "العربية" ;
|
lin language_title_Utt = {s = \\_ => "العربية"} ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user