1
0
forked from GitHub/gf-rgl

Merge pull request #46 from odanoburu/construct

(Eng) use Extend instead of Extra in Construction
This commit is contained in:
John J. Camilleri
2018-07-17 16:32:36 +02:00
committed by GitHub
3 changed files with 17 additions and 17 deletions

View File

@@ -5,5 +5,5 @@ concrete AllEng of AllEngAbs =
IrregEng-[
blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V,
sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V],
ExtendEng ---- ExtraEng
ExtendEng
** {} ;

View File

@@ -5,5 +5,5 @@ abstract AllEngAbs =
IrregEngAbs-[
blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V,
sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V],
Extend ---- ExtraEngAbs
Extend
** {} ;

View File

@@ -1,7 +1,7 @@
--# -path=.:../abstract
concrete ConstructionEng of Construction = CatEng **
open SyntaxEng, SymbolicEng, ParadigmsEng, (L = LexiconEng), (E = ExtraEng), (G = GrammarEng), (R = ResEng), (S = StructuralEng), Prelude in {
open SyntaxEng, SymbolicEng, ParadigmsEng, (L = LexiconEng), (E = ExtendEng), (G = GrammarEng), (R = ResEng), (S = StructuralEng), Prelude in {
lin