1
0
forked from GitHub/gf-core
Commit Graph

6 Commits

Author SHA1 Message Date
hallgren
72459b5158 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
virk.shafqat
2617a29867 refinements 2012-03-05 09:33:23 +00:00
virk.shafqat
9aede98c7f hindi-resource-grammar 2012-02-23 13:36:50 +00:00
aarne
fb678fcd6c Hindi and Urdu as refactored to Hindustani by Shafqat 2010-11-24 13:20:31 +00:00
aarne
b81b3ef2be NumeralsHin changed to Harald's old file (without inflection, old Devanagari translit) 2010-01-18 17:22:01 +00:00
aarne
2116f41bc2 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00