Commit Graph

11 Commits

Author SHA1 Message Date
Krasimir Angelov
fb398c603e The new Decimal API 2023-08-21 20:14:26 +02:00
Krasimir Angelov
22a168198b support for measurement units 2023-07-25 19:38:43 +02:00
Krasimir Angelov
645de9955a started a separate module for names 2023-07-24 17:24:13 +02:00
Krasimir Angelov
b066fb4d35 extended Numerals API. moved from the WordNet grammar 2022-10-21 20:50:49 +02:00
krangelov
7396ed93f7 enable smart paradigms 2021-04-28 09:19:48 +02:00
krangelov
bfa64d477d added AllSwa and make the language compilable 2021-04-28 08:42:05 +02:00
Inari Listenmaa
4b19050149 (Swa) Add readme 2020-06-05 21:33:30 +02:00
Inari Listenmaa
abf0ec17fb (Swa) Rename Kiswahili to Swahili 2020-06-05 21:22:24 +02:00
Inari Listenmaa
ee9b5354e7 (Swa) Move old Swahili files to src/swahili/old 2020-06-05 21:18:43 +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
aarne
d122c63431 added swahili (fragments) by Wanjiku Ng'ang'a and Juliet Mutahi 2011-01-12 08:06:19 +00:00