mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 20:06:29 -06:00
partial implementation of Ancient Greek RGL
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user