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
+14
View File
@@ -0,0 +1,14 @@
---# -path=.:../../gf/lib/src/abstract:../common:../prelude
--# -path=.:abstract:../common:../prelude
concrete LangGrc of Lang =
GrammarGrc,
LexiconGrc -- use AllGrc to have Extra and BornemannGrc-words
-- ,ConstructionGrc -- too much to be added ad-hoc HL
-- ,DocumentationGrc --# notpresent
** {
flags startcat = Phr ;
unlexer = text ; lexer = text ;
-- unlexer = unlexgreek ; lexer = lexgreek ; -- effect?
} ;