Commit Graph

43 Commits

Author SHA1 Message Date
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
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
fc2f5b0a1a 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
hallgren
a24d8a9506 lib/src: adding --# -coding=latin1 to 119 RGL modules
Adding coding pragmas
  
	--# -coding=latin1
  
so that grammars will continue to work when we change the default character
encoding to UTF-8.
2013-11-22 17:26:00 +00:00
aarne
309c6358f5 added functions to Ron and Chi needed for YAQL 2012-12-09 19:01:19 +00:00
kr.angelov
bbe42d1e90 Now PMCFG is compiled per module and at the end we only link it. The new compilation schema is few times faster. 2011-11-10 14:09:41 +00:00
aarne
988c80751e removed spurious inheritance of resource modules in GrammarRon 2011-10-03 14:07:41 +00:00
aarne
938662db44 ExtAdvS added to more languages 2011-09-01 07:56:29 +00:00
aarne
ffc78017b2 command ga moved to option 'aw -giza' 2011-02-25 12:55:36 +00:00
aarne
11086f981d completed Paradigms documentation for Cat,Ita,Nor,Spa,Dan 2010-12-19 11:33:02 +00:00
aarne
da670babaa cleaned up lib modules for better doc in synopsis 2010-12-11 20:33:49 +00:00
ra.monique
cdea282e8b added CompCN to Romance and Romanian 2010-12-07 21:48:25 +00:00
aarne
6bc21c1d7a know_VQ in resource 2010-08-27 15:14:29 +00:00
ramona.enache
046c70ad4d added AdvIAdv to the Romanian grammar 2010-05-24 07:45:34 +00:00
aarne
e4bb947996 utf8 coding flag in ExtraRon 2010-05-20 09:13:25 +00:00
ramona.enache
4c384fac73 final changes Romanian resource grammar and phrasebook 2010-05-15 13:37:27 +00:00
ramona.enache
da90e76107 extended Romanian grammar with extra special construction 2010-05-14 19:44:02 +00:00
aarne
c5fe59ce50 added Question.AdvIAdv and correcponding entry of mkIAdv in API 2010-04-29 05:55:59 +00:00
ramona.enache
9f5b6ad8d9 FixedRon 2010-04-26 09:32:05 +00:00
ramona.enache
98555ed6b3 FixedRon 2010-04-25 00:47:15 +00:00
aarne
10470273cb include ExtraRon in AllRon 2010-04-19 06:50:54 +00:00
ramona.enache
3870f18ba6 WordsRonSumoFre 2010-04-18 13:55:44 +00:00
aarne
a761872256 small adjustments in Make.hs and some resources to make the lib compile with less warnings and without errors 2010-04-14 16:25:17 +00:00
aarne
13a7954646 Action category, more doc in Phrasebook 2010-03-28 19:29:06 +00:00
aarne
c42afc59eb how8much_IAdv in Structural; changed parameter name Place in Numerals 2010-03-26 22:06:35 +00:00
aarne
2e78c2f774 Romanian numerals in utf8 2010-03-22 08:35:05 +00:00
aarne
534d553f3e switch to utf8 in Romanian 2010-03-21 19:58:13 +00:00
aarne
7434b000b7 refer to MakeStructural in Spa and Cat; moved have_V2 to proper place in Ron 2010-03-20 21:22:21 +00:00
ra.monique
bb0bac0310 fixedRon 2009-12-14 11:58:15 +00:00
ra.monique
3bd269ac2e SymbolRon 2009-12-12 14:16:11 +00:00
aarne
a7809c3e1c took tense linearizations apart from Common/Cat to Tense, for bettter structure of lib 2009-12-03 10:53:14 +00:00
aarne
6a744bfb5f paths in Symbol modules; present in ResRon (not complete) 2009-10-05 12:54:17 +00:00
krasimir
1e894281b7 remove the redundant complement fields in V2V and V2A 2009-09-22 08:08:54 +00:00
ra.monique
d7817e5317 romanian_mod 2009-09-20 15:06:10 +00:00
krasimir
2f97a77cbe implementation for SymbolRon.gf from Ramona 2009-09-16 08:14:12 +00:00
aarne
d1794a764a make Romanian compilable for present, and Bronzeage for most languages 2009-09-15 15:27:42 +00:00
krasimir
4ef98f44d2 remove some more independent keywords from Romanian and import the right version of NumeralRon.gf 2009-09-14 07:49:08 +00:00
ra.monique
18d01be869 romanian_modified 2009-09-14 01:33:06 +00:00
krasimir
96f86d53ac add dummy SymbolRon.gf 2009-09-12 13:36:33 +00:00
krasimir
f5e4cd4b9f add the API modules for Romanian 2009-09-12 13:34:01 +00:00
krasimir
7a13751a10 added the rest of Romanian :-) 2009-09-10 17:23:29 +00:00
aarne
2116f41bc2 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00