forked from GitHub/gf-rgl
Various cleanups
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
concrete LangTur of Lang =
|
||||
GrammarTur,
|
||||
LexiconTur
|
||||
LexiconTur,
|
||||
AdverbTur
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;
|
||||
|
||||
@@ -63,8 +63,8 @@ resource ResTur = ParamX ** open Prelude, Predef, HarmonyTur in {
|
||||
} ;
|
||||
|
||||
-- Prep
|
||||
|
||||
no_Prep = mkPrep [] Acc;
|
||||
|
||||
mkPrep : Str -> Case -> {s : Str; c : Case; lock_Prep : {}} =
|
||||
\s, c -> lin Prep {s=s; c=c};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user