diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-05-18 14:59:58 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-05-18 14:59:58 +0000 |
| commit | 7fa31cc6447718f166b1963f79f9e58ac25a88c9 (patch) | |
| tree | 15d8c5a7417c3612e031bd006e64b87ca713d4eb /doc | |
| parent | 747eccf2df19fa85a09b72cd1786372367c21976 (diff) | |
Wordlist format
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/gf-history.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html index 5830578e5..2215f5dae 100644 --- a/doc/gf-history.html +++ b/doc/gf-history.html @@ -14,6 +14,19 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2 <p> +18/5 (AR) Introduced a wordlist format <tt>gfwl</tt> for +quick creation of language exercises and (in future) multilingual lexica. +The format is now very simple: +<pre> + # Svenska - Franska - Finska + berg - montagne - vuori + klättra - grimper / escalader - kiivetä / kiipeillä +</pre> +but can be extended to cover paradigm functions in addition to just +words. + +<p> + 3/4 (AR) The predefined abstract syntax type <tt>Int</tt> now has two inherent parameters indicating its last digit and its size. The (hard-coded) linearization type is |
