1
0
forked from GitHub/gf-core
Commit Graph

12 Commits

Author SHA1 Message Date
Inari Listenmaa
a49ce31f8d Fix punctuation to use SOFT_BIND and BIND in the whole RGL 2017-06-30 15:28:27 +02:00
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
aarne
9e0012af3e updated RGL synopsis with Mongolian 2015-03-13 15:21:49 +00:00
hallgren
be301d8a5e Convert many RGL modules from Latin-1 to UTF-8 to speed up compilation
Also add flags coding=utf8 to silence warnings.
2014-08-19 19:42:05 +00:00
hallgren
7dee933802 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
aarne
06799aab5a latin1 flags to some Afrikaans modules 2013-12-06 08:42:22 +00:00
aarne
63cc2fc6e8 Cond and Fut Simul in Dut and Afr fixed 2012-03-20 23:00:46 +00:00
aarne
78e41a193f Afrikaans fixes by Laurette and Laurette 2012-02-10 08:22:37 +00:00
aarne
f0bd6dc69f api for Afrikaans 2011-05-06 08:38:39 +00:00
aarne
e6c353425c new Afrikaans by L&L Pretorius 2011-03-12 11:29:42 +00:00
aarne
578591806f added Afrikaans (draft, direct adaptation from Dutch) 2011-01-12 08:07:30 +00:00