Commit Graph

18 Commits

Author SHA1 Message Date
krasimir
07b381ee63 change in the Documentation module to accomodate topics visualization 2015-11-29 08:01:07 +00:00
krasimir
7f5ab530ba a minimal implementation for DocumentationTha and DocumentationJpn which is enough for showing the lexical definitions 2015-11-16 20:02:11 +00:00
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
aarne
60ebb2349f inheriting Extra in ExtraJpnAbs 2015-01-19 09:00:57 +00:00
lizazim
eab989c1d7 Jpn19.01.15 2015-01-19 09:51:31 +00:00
lizazim
560d0a4384 Jpn13-01-15 2015-01-13 16:08:05 +00:00
lizazim
2bff57faca patchJpn 2015-01-07 23:44:49 +00:00
aarne
6bb2e2c1d0 added some default paradigms to ParadigmsJpn to enable Phrasebook implementation. These are one-string mkN, mkV, mkV2, as well as mkAdv and mkPrep. A Japanese expert should check them. 2014-11-15 09:40:08 +00:00
hallgren
7dee933802 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
aarne
2951361732 tried to change Jap to Jpn everywhere 2012-06-11 20:08:14 +00:00
lizazim
2c371f5f33 JPN 2012-06-10 21:38:10 +00:00
aarne
0ea5455e24 fixes to Ja 2012-06-01 13:43:24 +00:00
aarne
db8cab8272 ExtraJapAbs.gf added, new try 2012-05-29 15:38:20 +00:00
aarne
48a403d192 ExtraJapAbs.gf added 2012-05-29 13:55:30 +00:00
aarne
b2206f09d8 Liza's patch to Jap 2012-05-29 07:18:16 +00:00
aarne
ddf3a01c9b Japanese added to RGL Make and synopsis 2012-05-07 12:31:34 +00:00
aarne
245a2b0007 new japanese from Liza 30 April 2012-05-07 11:31:05 +00:00
aarne
7b2ae94895 Japanese RGL by Liza Zimina - almost complete! 2012-04-18 11:29:32 +00:00