Commit Graph

13 Commits

Author SHA1 Message Date
Thomas Hallgren
41dd3cead2 IrregAfrAbs.gf: change character encoding from Latin-1 to UTF-8 2018-01-23 14:49:36 +01:00
Inari Listenmaa
a742d54515 Fix punctuation to use SOFT_BIND and BIND in the whole RGL 2017-06-30 15:28:27 +02: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
krasimir
a47aac0ad8 use BIND in IIDig for all languages in the library 2015-06-11 12:00:57 +00:00
aarne
bf9c061bf3 updated RGL synopsis with Mongolian 2015-03-13 15:21:49 +00:00
hallgren
4c38803eea 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
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
aarne
7a3c6a9259 latin1 flags to some Afrikaans modules 2013-12-06 08:42:22 +00:00
aarne
d7236bb426 Cond and Fut Simul in Dut and Afr fixed 2012-03-20 23:00:46 +00:00
aarne
980a433f4f Afrikaans fixes by Laurette and Laurette 2012-02-10 08:22:37 +00:00
aarne
8babb018c5 api for Afrikaans 2011-05-06 08:38:39 +00:00
aarne
56a26acb00 new Afrikaans by L&L Pretorius 2011-03-12 11:29:42 +00:00
aarne
d891843358 added Afrikaans (draft, direct adaptation from Dutch) 2011-01-12 08:07:30 +00:00