forked from GitHub/gf-core
lib/amharic by Markos Kassa Gobena
This commit is contained in:
@@ -254,6 +254,8 @@ fun impVP : VP -> Text ; -- go to the bank!
|
||||
fun numeralCard : Numeral -> Card ; -- fifteen banks
|
||||
fun digitsCard : Digits -> Card ; -- 8 banks
|
||||
fun have_V2 : V2 ; -- has (an apple)
|
||||
fun v2_byVP : V2 -> NP -> VP ; -- is bought by a customer
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
--# -path=.:present
|
||||
|
||||
concrete AttemptoEng of Attempto = SymbolsC,NumeralEng ** AttemptoI with
|
||||
concrete AttemptoEng of Attempto = SymbolsC,NumeralEng ** AttemptoI - [which_RP] with
|
||||
(Syntax = SyntaxEng),
|
||||
(Symbolic = SymbolicEng),
|
||||
(LexAttempto = LexAttemptoEng) ;
|
||||
(LexAttempto = LexAttemptoEng) ** open SyntaxEng, ExtraEng in {
|
||||
|
||||
lin which_RP = SyntaxEng.which_RP | that_RP ;
|
||||
|
||||
} ;
|
||||
|
||||
|
||||
@@ -251,6 +251,7 @@ lin impVP vp = mkText (mkImp vp) ;
|
||||
lin numeralCard n = mkCard <lin Numeral n : Numeral> ;
|
||||
lin digitsCard n = mkCard <lin Digits n : Digits> ;
|
||||
lin have_V2 = Syntax.have_V2 ;
|
||||
lin v2_byVP v2 np = mkVP (passiveVP v2) (mkAdv by8agent_Prep np) ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user