mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
Added ExtendGer as almost dummy to start with
This commit is contained in:
@@ -3,5 +3,8 @@
|
||||
concrete AllGer of AllGerAbs =
|
||||
LangGer,
|
||||
IrregGer,
|
||||
---- ExtendGer, ---- to replace ExtraGer
|
||||
ExtraGer
|
||||
** {} ;
|
||||
**
|
||||
open ExtendGer in ---- to force compilation
|
||||
{} ;
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
abstract AllGerAbs =
|
||||
Lang,
|
||||
IrregGerAbs,
|
||||
---- Extend,
|
||||
ExtraGerAbs
|
||||
** {} ;
|
||||
|
||||
19
src/german/ExtendGer.gf
Normal file
19
src/german/ExtendGer.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
--# -path=alltenses:../common:../abstract
|
||||
|
||||
concrete ExtendGer of Extend =
|
||||
CatGer ** ExtendFunctor
|
||||
- [InOrderToVP]
|
||||
with
|
||||
(Grammar = GrammarGer) **
|
||||
open
|
||||
GrammarGer,
|
||||
ResGer,
|
||||
Coordination,
|
||||
Prelude,
|
||||
ParadigmsGer in {
|
||||
|
||||
lin
|
||||
|
||||
InOrderToVP vp = {s = "um" ++ useInfVP False vp} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user