Commit Graph

9 Commits

Author SHA1 Message Date
Herbert Lange
b90e036472 kind of working implementation of cardinal numbers 2019-06-25 17:17:46 +02:00
Herbert Lange
9772134edc get some basic numerals working 2019-06-15 19:04:36 +02:00
Herbert Lange
f725562f79 ongoing work on numerals 2019-06-12 15:03:27 +02:00
Herbert Lange
58c8cf70ea copy files over from GF-latin 2019-01-14 16:40:07 +01:00
Herbert Lange
0c24247c2a Latin grammar: clean up and update
This patch removes all superfluous files from the directory, especially the
binary files in the doc folder. They are still available in the git
repository http://github.com/daherb/GF-latin which is still the main
repository for the development of the latin grammar.
The GF files are updated to a state close to the one at the end of the GF
Summer School 2015 where they were extended to support the MUSTE grammar.
2016-04-11 14:37:32 +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
krasimir
9adc563a36 just for fun: Roman numbers in the Latin grammar 2009-07-31 11:58:22 +00:00
aarne
a1fdeb6704 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00