Commit Graph

10 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
hallgren
75278a5828 Adjust the -path flags in 112 RGL modules
The -path flags in the RGL modules compiled during 'cabal build' now refer 
directly to the needed source directories. References 'alltenses' and 'present'
(and the nonexistent directory 'mathematical') have been removed.

This allows the files to be compiled in any order (e.g. in parallel). In
addition, you can do things like

	gf -retain lib/src/api/TrySwe.gf

without compiling/installing any other RGL modules first, and without 
setting any other path flags or environment variables.
2014-08-18 22:26:29 +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
6a37d7a297 refinementsPnb-2011-05-10 2011-05-10 15:27:57 +00:00
virk.shafqat
3836d07089 refinements-Pnb-2011-04-30 2011-04-30 18:11:48 +00:00
aarne
26dd3090aa Punjabi api files 2010-12-08 12:40:46 +00:00
aarne
0f7e865b67 CompCN in Hindustani and Pnb by Shafqat 2010-12-08 10:59:48 +00:00
aarne
da8bf52a71 imports in SymbolHindustani 2010-11-26 16:33:33 +00:00
aarne
ae09dc9f18 Punjabi resource by Shafqat and Humayoun. 2010-11-24 13:43:53 +00:00
aarne
07b7df35ca Punjabi morphology from Humayoun 2010-11-04 17:03:19 +00:00