mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 02:38:55 -06:00
Enable compilation of Ancient Greek in Setup.hs
Also adjust the -path pragmas in a few places in lib/src/ancient_greek
This commit is contained in:
3
Setup.hs
3
Setup.hs
@@ -209,6 +209,7 @@ langsCoding = [
|
|||||||
(("estonian", "Est"),""),
|
(("estonian", "Est"),""),
|
||||||
(("finnish", "Fin"),""),
|
(("finnish", "Fin"),""),
|
||||||
(("french", "Fre"),""),
|
(("french", "Fre"),""),
|
||||||
|
(("ancient_greek","Grc"),""),
|
||||||
(("greek", "Gre"),""),
|
(("greek", "Gre"),""),
|
||||||
(("hebrew", "Heb"),""),
|
(("hebrew", "Heb"),""),
|
||||||
(("hindi", "Hin"),"to_devanagari"),
|
(("hindi", "Hin"),"to_devanagari"),
|
||||||
@@ -250,7 +251,7 @@ langsPresent = langsLang `except` ["Afr","Chi","Gre","Heb","Jpn","Mlt","Mon","Ne
|
|||||||
-- languages for which to compile Try
|
-- languages for which to compile Try
|
||||||
langsAPI = langsLang `except` langsIncomplete -- ["Ina","Amh","Ara"]
|
langsAPI = langsLang `except` langsIncomplete -- ["Ina","Amh","Ara"]
|
||||||
|
|
||||||
langsIncomplete = ["Amh","Ara","Heb","Ina","Lat","Tur"]
|
langsIncomplete = ["Amh","Ara","Grc","Heb","Ina","Lat","Tur"]
|
||||||
|
|
||||||
-- languages for which to compile Symbolic
|
-- languages for which to compile Symbolic
|
||||||
langsSymbolic = langsAPI `except` ["Afr","Jpn","Mon","Nep"]
|
langsSymbolic = langsAPI `except` ["Afr","Jpn","Mon","Nep"]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
--# -path=.:../../gf/lib/src/abstract:../common:../prelude
|
-- --# -path=.:../../gf/lib/src/abstract:../common:../prelude
|
||||||
-- --# -path=.:../abstract:../common:../prelude
|
--# -path=.:../abstract:../common:../prelude
|
||||||
|
|
||||||
concrete AllGrc of AllGrcAbs =
|
concrete AllGrc of AllGrcAbs =
|
||||||
LangGrc,
|
LangGrc,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:alltenses:prelude
|
-- --# -path=.:alltenses:prelude
|
||||||
|
|
||||||
resource CombinatorsGrc = Combinators - [appCN, appCNc] with
|
resource CombinatorsGrc = Combinators - [appCN, appCNc] with
|
||||||
(Cat = CatGrc),
|
(Cat = CatGrc),
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
--# -path=.:alltenses:prelude
|
-- --# -path=.:alltenses:prelude
|
||||||
|
|
||||||
resource ConstructorsGrc = Constructors with (Grammar = GrammarGrc) ;
|
resource ConstructorsGrc = Constructors with (Grammar = GrammarGrc) ;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---# -path=.:../../gf/lib/src/abstract:../common:../prelude
|
---# -path=.:../../gf/lib/src/abstract:../common:../prelude
|
||||||
--# -path=.:abstract:../common:../prelude
|
--# -path=../abstract:../common:../prelude
|
||||||
|
|
||||||
concrete LangGrc of Lang =
|
concrete LangGrc of Lang =
|
||||||
GrammarGrc,
|
GrammarGrc,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:alltenses:prelude
|
-- --# -path=.:alltenses:prelude
|
||||||
|
|
||||||
instance SyntaxGrc of Syntax = ConstructorsGrc, CatGrc, StructuralGrc, CombinatorsGrc ;
|
instance SyntaxGrc of Syntax = ConstructorsGrc, CatGrc, StructuralGrc, CombinatorsGrc ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user