1
0
forked from GitHub/gf-rgl

(Hun) Temporarily comment out cases+change order in funs that pat. match

This commit is contained in:
Inari Listenmaa
2020-04-26 15:19:43 +02:00
parent 797171fb31
commit b6b462ca35
2 changed files with 19 additions and 11 deletions

View File

@@ -436,18 +436,18 @@ oper
Nom => harm1 [] ;
Acc => harm3 "ot" "et" "öt" ;
Dat => harm "nak" "nek" ;
Ins => harm "al" "el" ;
Tra => harm "á" "é" ;
Ill => harm "ba" "be" ;
Ade => harm "l" "l" ;
Sup => harm3 "on" "en" "ön" ;
Ine => harm "ban" "ben" ;
Ela => harm "ból" "ből" ;
Ins => harm "al" "el" ;
Tra => harm "á" "é" ;
All => harm3 "hoz" "hez" "höz" ;
Ade => harm "nál" "nél" ;
Abl => harm "tól" "től" ;
Sub => harm "ra" "re" ;
Sup => harm3 "on" "en" "ön" ;
Del => harm "ról" "ről" ;
Cau => harm1 "ért"
Cau => harm1 "ért" ;
Ill => harm "ba" "be"
-- Ess => harm "stul" "stül" ; -- Essive-modal 'with <the noun> and its parts'
-- Ter => harm1 "ig" ; -- Terminative 'as far as <the noun>'
-- For => harm1 "ként" ; -- Formal 'as <the noun>'

View File

@@ -65,8 +65,16 @@ param
Case =
Nom | Acc | Dat
| Ill | Ine | Ela | All | Ade | Abl | Sub | Sup | Del -- Locatives
| Cau -- Causal-final 'for the purpose of, for the reason that'
-- | Ill -- Locatives
| Ine
| Ela
| All
| Ade
-- | Abl
-- | Sub
| Sup
-- | Del
-- | Cau -- Causal-final 'for the purpose of, for the reason that'
| Ins -- Instrumental
| Tra -- Translative
-- | Ess | Ter | For
@@ -87,14 +95,14 @@ oper
Ins => ins ;
Tra => tra ;
Sup => sup ;
Sub => sub ;
Del => del ;
Ill => il ;
Ine => ine ;
Ela => el ;
All => al ;
Ade => ad ;
Abl => ab ;
Sub => sub ;
Del => del ;
Ill => il ;
Cau => ca } ;
sc2case : SubjCase -> Case = \sc ->