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/SymbolicRus.gf Normal file
View File

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