Added coding flag to newnumerals grammars.

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

View File

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