1
0
forked from GitHub/gf-rgl
Commit Graph

6 Commits

Author SHA1 Message Date
Krasimir Angelov
fb398c603e The new Decimal API 2023-08-21 20:14:26 +02:00
Krasimir Angelov
8c3375b67b minimal extension to the Numeral API 2023-01-20 18:53:41 +01:00
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
aarne
9afebf74ee complete Thai resource syntax (but many unverified rules) 2011-11-07 13:29:24 +00:00
aarne
1484dbd506 Thai: transliterations in a separate src file; bind words in NumeralThai 2011-11-06 21:10:58 +00:00
aarne
a1fdeb6704 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00