1
0
forked from GitHub/gf-core
Commit Graph

9 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
krasimir 3c2740c079 use BIND in IIDig for all languages in the library 2015-06-11 12:00:57 +00:00
ramona.enache 4c384fac73 final changes Romanian resource grammar and phrasebook 2010-05-15 13:37:27 +00:00
aarne c42afc59eb how8much_IAdv in Structural; changed parameter name Place in Numerals 2010-03-26 22:06:35 +00:00
aarne 2e78c2f774 Romanian numerals in utf8 2010-03-22 08:35:05 +00:00
krasimir 4ef98f44d2 remove some more independent keywords from Romanian and import the right version of NumeralRon.gf 2009-09-14 07:49:08 +00:00
ra.monique 18d01be869 romanian_modified 2009-09-14 01:33:06 +00:00
krasimir 7a13751a10 added the rest of Romanian :-) 2009-09-10 17:23:29 +00:00
aarne 2116f41bc2 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00