Added coding flag to newnumerals grammars.

This commit is contained in:
bringert
2004-08-23 09:23:00 +00:00
parent 65f012d155
commit c150719961
26 changed files with 27 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=latinasupplement ;
oper bind : Str -> Str -> Str = \s1 -> \s2 -> s1 ++ s2 ;