Commit Graph

11 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
virk.shafqat a3ff1826e4 unicode4k-changed 2012-11-05 16:44:31 +00:00
virk.shafqat f3e0916cef ParseHinUrd 2012-06-18 07:50:26 +00:00
john.j.camilleri 4cb55486c9 Urdu: restricted inheritence of CatUrd in NumeralUrd 2012-05-23 07:04:29 +00:00
virk.shafqat a5759741a5 refinements 2012-03-05 09:33:23 +00:00
virk.shafqat 4793a547c3 refinementsUrd-2011-05-10 2011-05-10 14:53:08 +00:00
aarne 127707f131 Hindi and Urdu as refactored to Hindustani by Shafqat 2010-11-24 13:20:31 +00:00
aarne e0938025c6 converted Urdu to utf8 2010-04-02 16:17:29 +00:00
krasimir 086d429db9 update in Urdu 2010-03-22 09:01:27 +00:00
krasimir 8483f73258 some changes in Urdu by Shafqat 2010-02-07 09:10:08 +00:00
aarne 89d9feeef7 Shafqat's Urdu modules added 2010-01-15 09:09:02 +00:00