diff options
| author | aarne <aarne@cs.chalmers.se> | 2005-12-07 18:59:35 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2005-12-07 18:59:35 +0000 |
| commit | a5f90fa0fc7cc6a6bb163f85c54406de5031c6f9 (patch) | |
| tree | 1695b125d6614b332d1033a5688cd4e8b448b386 | |
| parent | 63f19f992d330a1a80ef47d2c228dd74db609b57 (diff) | |
more Scandinavian
| -rw-r--r-- | doc/gf-history.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html index ed0669a1b..3ff42affd 100644 --- a/doc/gf-history.html +++ b/doc/gf-history.html @@ -11,6 +11,22 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2 </center> + +<p> + +6/12 (AR) Accept <tt>param</tt> and <tt>oper</tt> definitions in +<tt>concrete</tt> modules. The definitions are just inlined in the +current module and not inherited. The purpose is to support rapid +prototyping of grammars. + +<p> + +2/12 (AR) The built-in type <tt>Float</tt> added to abstract syntax (and +resource). Values are stored as Haskell's <tt>Double</tt> precision +floats. For the syntax of float literals, see BNFC document. +NB: some bug still prevents parsing float literals in object +languages. + <p> 1/12 (BB,AR) The command <tt>at = apply_transfer</tt>, which applies |
