float parsing fixed

This commit is contained in:
aarne
2005-12-11 17:48:55 +00:00
parent 8ee11c0e7e
commit 9f867c4922
8 changed files with 50 additions and 28 deletions

View File

@@ -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>