Skip to content

Commit

Permalink
move TPasseSimple to Extend
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Oct 10, 2023
1 parent 88fe3e5 commit ca7d7d8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/abstract/Extend.gf
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,7 @@ fun
fun
AnaphPron : NP -> Pron ;

fun
TPasseSimple : Tense ;

}
2 changes: 2 additions & 0 deletions src/common/ExtendFunctor.gf
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ lin
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
UttVPShort = UttVP ; -- have fun, as opposed to "to have fun" ; DEFAULT UttVP

TPasseSimple = Grammar.TPast ; --# notpresent

SQuestVPS = variants {} ; -- : NP -> VPS -> QS ; -- has she walked
QuestVPS = variants {} ; -- : IP -> VPS -> QS ; -- who has walked

Expand Down
1 change: 1 addition & 0 deletions src/czech/ExtendCze.gf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ concrete ExtendCze of Extend = CatCze **
,CompBareCN
,PiedPipingQuestSlash
,PiedPipingRelSlash
,TPasseSimple
]
with (Grammar = GrammarCze)
**
Expand Down
2 changes: 2 additions & 0 deletions src/romance/ExtendRomanceFunctor.gf
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ incomplete concrete ExtendRomanceFunctor of Extend =
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
UttVPShort = UttVP ;

TPasseSimple = {s = []} ** {t = RPasse} ; --# notpresent

oper
quoted : Str -> Str = \s -> "\"" ++ s ++ "\"" ; ---- TODO bind ; move to Prelude?

Expand Down
1 change: 1 addition & 0 deletions src/slovak/ExtendSlo.gf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ concrete ExtendSlo of Extend = CatSlo **
,CompBareCN
,PiedPipingQuestSlash
,PiedPipingRelSlash
,TPasseSimple
]
with (Grammar = GrammarSlo)
**
Expand Down

0 comments on commit ca7d7d8

Please sign in to comment.