Commit Graph

7 Commits

Author SHA1 Message Date
Krasimir Angelov
93673448e4 more cases where IFrac introduces additional dots 2024-01-16 15:19:59 +01:00
Krasimir Angelov
fb398c603e The new Decimal API 2023-08-21 20:14:26 +02:00
Krasimir Angelov
b066fb4d35 extended Numerals API. moved from the WordNet grammar 2022-10-21 20:50:49 +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
01b6a6026e use bind for the numerals in German and Greek 2015-07-01 16:30:20 +00:00
aarne
a536c21f8d Ioanna's Gre fixes; find_V2 doesn't compile and is commented out. 2013-05-10 08:44:15 +00:00
aarne
b65ff494e6 Greek by Ioanna Papodopoulou - complete, 27th RGL language 2013-04-25 13:22:28 +00:00