summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-11 17:48:55 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-11 17:48:55 +0000
commit9f867c4922cccb6e61b273a55103e2afaeac4bde (patch)
treeb31dba589c596b272d0e6ad0fec7079cd0d92ab5 /doc
parent8ee11c0e7edaa32b606ac96ec24cc2f8d0bca2e3 (diff)
float parsing fixed
Diffstat (limited to 'doc')
-rw-r--r--doc/gf-history.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html
index 3ff42affd..5dc4293d2 100644
--- a/doc/gf-history.html
+++ b/doc/gf-history.html
@@ -12,6 +12,9 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2
</center>
+11/12 (AR) Parsing of float literals now possible in object language.
+Use the flag <tt>lexer=literals</tt>.
+
<p>
6/12 (AR) Accept <tt>param</tt> and <tt>oper</tt> definitions in
@@ -25,7 +28,7 @@ prototyping of grammars.
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.
+languages. <b>Bug fixed 11/12.</b>
<p>