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
john.j.camilleri
d9935d3b3f Remove Coordination.gf from Nep, Pes, Pun, Sin folders
They were just copies of prelude/Coordination.gf
2013-09-16 07:20:59 +00:00
virk.shafqat
50676e94b0 refinementsNep-11-06-27 2011-06-27 14:55:51 +00:00
aarne
a3a06bfaa9 Nepali added to resource synopsis 2011-06-20 13:13:12 +00:00
virk.shafqat
4d32b16244 refinementNepali-11-06-20 2011-06-20 11:24:22 +00:00
aarne
9edfbde41f Nepali resource by Dinesh Simk - almost complete 2011-06-14 11:19:59 +00:00