mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 02:39:31 -06:00
added Ice and Nno to synopsis and ResourceDemo, and updated documentation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--# -path=.:../english:../common:../abstract:../prelude
|
||||
--# -path=.:../icelandic:../common:../abstract:../prelude
|
||||
|
||||
resource SymbolicIce = Symbolic with
|
||||
(Symbol = SymbolIce),
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
--# -path=.:../icelandic:../common:../abstract:../prelude
|
||||
|
||||
resource TryIce = SyntaxIce, LexiconIce, ParadigmsIce - [mkAdv,mkAdN,mkOrd] ;
|
||||
|
||||
@@ -6,7 +6,7 @@ src:
|
||||
runghc MkMini.hs
|
||||
|
||||
compdemo:
|
||||
$(compile) Afr Bul Cat Chi Dan Dut Eng Est Fin Fre Ger Gre Hin Ita Jpn Lav Mlt Mon Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd
|
||||
$(compile) Afr Bul Cat Chi Dan Dut Eng Est Fin Fre Ger Gre Hin Ice Ita Jpn Lav Mlt Mon Nep Nor Nno Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd
|
||||
|
||||
linkdemo:
|
||||
$(compile) -link Afr Bul Cat Chi Dan Dut Eng Est Fin Fre Ger Gre Hin Ita Jpn Lav Mlt Mon Nep Nor Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd
|
||||
$(compile) -link Afr Bul Cat Chi Dan Dut Eng Est Fin Fre Ger Gre Hin Ice Ita Jpn Lav Mlt Mon Nep Nor Nno Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd
|
||||
|
||||
@@ -2,9 +2,10 @@ src = "Eng"
|
||||
langs = [
|
||||
"Afr","Bul","Cat","Chi","Dan","Dut",
|
||||
"Est","Fin","Fre","Ger","Gre","Hin",
|
||||
"Ita","Jpn","Lav","Mlt","Mon","Nep",
|
||||
"Nor","Pes","Pol","Pnb","Ron","Rus",
|
||||
"Snd","Spa","Swe","Tha","Urd"
|
||||
"Ice","Ita","Jpn","Lav","Mlt","Mon",
|
||||
"Nep","Nor","Nno","Pes","Pol","Pnb",
|
||||
"Ron","Rus","Snd","Spa","Swe","Tha",
|
||||
"Urd"
|
||||
]
|
||||
|
||||
file lng = "ResourceDemo" ++ lng ++ ".gf"
|
||||
|
||||
Reference in New Issue
Block a user