partial implementation of Ancient Greek RGL

This commit is contained in:
leiss
2016-05-25 12:35:37 +00:00
parent 4509f842ad
commit 4d7ced4e4e
53 changed files with 45536 additions and 0 deletions
@@ -0,0 +1,23 @@
--# -path=.:../abstract:../common
incomplete concrete DocumentationGrcFunctor of Documentation = CatGrc ** open
Terminology, -- the interface that generates different documentation languages
ResGrc,
ParadigmsGrc,
(G = GrammarGrc),
(S = SyntaxGrc),
(L = LexiconGrc),
Prelude,
HTML
in {
flags coding=utf8 ;
lincat
Inflection = {t : Str; s1,s2 : Str} ;
Definition = {s : Str} ;
Document = {s : Str} ;
Tag = {s : Str} ;
-- partial, stolen from DocumentationGerFunctor.gf, HL
}