1
0
forked from GitHub/gf-rgl
Commit Graph

268 Commits

Author SHA1 Message Date
Aarne Ranta 350adb704a mkA and mkV in arabic 2018-06-13 07:55:33 +02:00
Aarne Ranta 6c70ccf0a1 smart Arabic mkN 2018-06-12 22:34:45 +02:00
Aarne Ranta 75d2f66b59 started to add overloaded opers to ParadigmsAra 2018-06-12 21:06:30 +02:00
aarne 7423db4e33 missing Arabic functions collected in MissingAra.gf with notYet definitions 2017-03-28 07:10:52 +00: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
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
hallgren 1ccd47784d Add explicit character encoding specifications in 39 more RGL modules
To silence warnings and avoid potential problems after changing the default
encoding to UTF-8.
2013-11-25 18:17:12 +00:00
aarne 5ea526d730 checked compilation of all resource languages 2010-04-22 18:55:46 +00:00
aarne 9537ef0c5b utf8 flags in Arabic modules 2009-12-08 13:11:16 +00:00
aarne 1afa6540d2 making Arabic minimal compile; strange chars remain 2009-12-08 07:32:46 +00:00
aarne f2335d1b76 bug fix in ResAra 2009-12-07 19:56:38 +00:00
aarne e6f7489ad7 took tense linearizations apart from Common/Cat to Tense, for bettter structure of lib 2009-12-03 10:53:14 +00:00
aarne 795d9a2172 paths in Symbol modules; present in ResRon (not complete) 2009-10-05 12:54:17 +00:00
aarne 34cfbc42b9 food grammars added, with copyright statements 2009-08-29 17:36:15 +00:00
krasimir 7d373e8bed update some paths in the libraries 2009-08-19 20:59:09 +00:00
aarne c6ad6e5d05 added Structural.language_title_Utt and a script for making alignment logo 2009-06-23 19:23:27 +00:00
aarne a1fdeb6704 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00