diff --git a/doc/gf-history.html b/doc/gf-history.html index d079c3c2c..54f3950e4 100644 --- a/doc/gf-history.html +++ b/doc/gf-history.html @@ -14,6 +14,23 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2
+14/9 (BB) Added finite state approximation of grammars. +Internally the conversion is done cfg -> regular -> fa -> slf, so the +different printers can be used to check the output of each stage. +The new options are: +
+ 4/9 (AR) Added the option pg -printer=stat to show statistics of gfc compilation result. To be extended with new information. The most important stats now are the top-40 sized definitions.