including Markup in LangGer,Ita which was missing

This commit is contained in:
aarneranta
2021-01-20 08:32:59 +01:00
parent 94341f57f9
commit da1767b18a
3 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ concrete LangGer of Lang =
LexiconGer
,ConstructionGer
,DocumentationGer --# notpresent
,MarkupGer - [stringMark]
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;

View File

@@ -5,6 +5,7 @@ concrete LangIta of Lang =
LexiconIta
,DocumentationIta --# notpresent
,ConstructionIta
,MarkupIta - [stringMark]
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;

View File

@@ -165,7 +165,7 @@ incomplete concrete ExtendRomanceFunctor of Extend =
ComplGenVV = variants {} ; -- VV -> Ant -> Pol -> VP -> VP ; -- want not to have slept
ComplSlashPartLast = ComplSlash ;
CompoundN = variants {} ; -- N -> N -> N ; -- control system / controls system / control-system
CompoundN a b = lin N {s = \\n => b.s ! n ++ a.s ! Sg ; g = b.g} ; -- connessione internet = internet connection
CompoundAP = variants {} ; -- N -> A -> AP ; -- language independent / language-independent
lin