1
0
forked from GitHub/gf-core

unlexer concat

This commit is contained in:
aarne
2005-02-08 15:35:58 +00:00
parent b9a2d6c5c3
commit 56c80bf8d9
22 changed files with 251 additions and 62 deletions

View File

@@ -218,7 +218,7 @@ lin
add_V3 = dirV3 (regV "add") "to" ;
number_N = regN "number" ;
put_V2 = mkV2 (irregDuplV "put" "put" "put") [] ;
stop_V = regV "stop" ;
stop_V = regDuplV "stop" ;
jump_V = regV "jump" ;
here_Adv = mkAdv "here" ;
here7to_Adv = mkAdv "here" ;

View File

@@ -1,4 +1,4 @@
concrete CountryEng of Country = open ResourceEng, ParadigmsEng in {
concrete CountryEng of Country = open CategoriesEng, ParadigmsEng in {
lincat
Country = PN ;

View File

@@ -8,7 +8,7 @@ concrete LangEng of Lang =
TimeEng,
CountryEng
** open Prelude, ResourceEng, ParadigmsEng in {
** open Prelude, ParadigmsEng in {
lin
AdvDate d = prefixSS "on" d ;

View File

@@ -26,8 +26,8 @@
--
-- The following modules are presupposed:
resource ParadigmsEng = open (Predef=Predef), Prelude, SyntaxEng, ResourceEng in {
resource ParadigmsEng = open (Predef=Predef), Prelude, SyntaxEng, ---- ResourceEng in {
CategoriesEng, RulesEng in {
--2 Parameters
--
-- To abstract over gender names, we define the following identifiers.

View File

@@ -1,5 +1,5 @@
concrete TimeEng of Time = NumeralsEng **
open Prelude, ResourceEng, ParadigmsEng in {
open Prelude, CategoriesEng, ParadigmsEng in {
lincat
Date = SS ;