summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-11-17 14:31:29 +0000
committeraarne <aarne@cs.chalmers.se>2006-11-17 14:31:29 +0000
commit94761f409cecac40959bf3b49b13bf81b324684e (patch)
tree7ccab728a42ca6eb2aba463806d069dc4bb290d0
parent580f7d79952836068686d73bcc70fc9df5562e13 (diff)
example library using overloading
-rw-r--r--doc/gf-history.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html
index aedb2a8aa..24c7efbfa 100644
--- a/doc/gf-history.html
+++ b/doc/gf-history.html
@@ -14,6 +14,17 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2
<p>
+<p>
+
+
+3/10 (AR) A new low-level format <tt>gfcc</tt> ("Canonical Canonical GF").
+It is going to replace the <tt>gfc</tt> format later, but is already now
+an efficient format for multilingual generation.
+See <a href="src/GF/Canon/GFCC/doc/gfcc.html">GFCC document</a>
+for more information.
+
+<p>
+
1/9 (AR) New way for managing errors in grammar compilation:
<pre>
Predef.Error : Type ;