1
0
forked from GitHub/gf-rgl

unlexer concat

This commit is contained in:
aarne
2005-02-08 15:35:58 +00:00
parent fcd02b27a7
commit 2ee3d891bc
13 changed files with 145 additions and 12 deletions

View File

@@ -91,7 +91,7 @@ oper
mkVoice : Voice -> Str -> Str = \v,s -> case v of {
Act => s ;
Pass => s + case last s of {
"t" => "es" ;
"s" => "es" ;
_ => "s"
}
} ;