1
0
forked from GitHub/gf-rgl

food grammars added, with copyright statements

This commit is contained in:
aarne
2009-08-29 17:36:15 +00:00
parent cdd7e28d1e
commit 34cfbc42b9
3 changed files with 11 additions and 1 deletions

5
src/api/SymbolicAra.gf Normal file
View File

@@ -0,0 +1,5 @@
--# -path=.:present:mathematical:prelude
resource SymbolicAra = Symbolic with
(Symbol = SymbolAra),
(Grammar = GrammarAra) ;

5
src/api/SymbolicRus.gf Normal file
View File

@@ -0,0 +1,5 @@
--# -path=.:present:mathematical:prelude
resource SymbolicRus = Symbolic with
(Symbol = SymbolRus),
(Grammar = GrammarRus) ;

View File

@@ -109,6 +109,6 @@ concrete StructuralAra of Structural = CatAra **
have_V2 = dirV2 (regV "يَملِك") ;
lin language_title_Utt = ss "العربية" ;
lin language_title_Utt = {s = \\_ => "العربية"} ;
}