1
0
forked from GitHub/gf-rgl
Commit Graph

6 Commits

Author SHA1 Message Date
hallgren 4061d03aa2 lib/src/*/Numeral*.gf: fix inconsistent inheritance form Cat
While the abstract Numeral inherits only Cat[Numeral,Digits], some of the
concrete NumeralNNN of Numeral inherited everything from CatNNN.

Normally the compiler outputs a warning message when a concrete syntax 
contains superflous lincats, but apparently not when they get included
through inheritance...

This does not seem to cause problems in the Haskell run-time system, but the 
C run-time system fails to load PGFs with superflous lincats.

This problems shows up when creating application grammars that inherit Numeral.
The Phrasebook is an example of such a grammar.
2015-08-26 11:53:16 +00:00
krasimir a47aac0ad8 use BIND in IIDig for all languages in the library 2015-06-11 12:00:57 +00:00
hallgren 4c38803eea Convert many RGL modules from Latin-1 to UTF-8 to speed up compilation
Also add flags coding=utf8 to silence warnings.
2014-08-19 19:42:05 +00:00
aarne 7a3c6a9259 latin1 flags to some Afrikaans modules 2013-12-06 08:42:22 +00:00
aarne 56a26acb00 new Afrikaans by L&L Pretorius 2011-03-12 11:29:42 +00:00
aarne d891843358 added Afrikaans (draft, direct adaptation from Dutch) 2011-01-12 08:07:30 +00:00