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