food grammars added, with copyright statements

This commit is contained in:
aarne
2009-08-29 17:36:15 +00:00
parent 966e39bf47
commit 87b0856239
35 changed files with 1616 additions and 1 deletions

View File

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

View File

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