From 49116fad12857d46afa7865be3331bdfa0944fa5 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 28 Jul 2014 08:39:19 -0700 Subject: * txr.1: Fix bad non-floating-point constant examples. --- txr.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index eecc58ac..238c5c4f 100644 --- a/txr.1 +++ b/txr.1 @@ -1329,7 +1329,9 @@ Examples which are not floating-point constant tokens: . (consing dot) 123E (the symbol 123E) - 1.0E- (floating point 1.0 followed by symbol E-) + 1.0E- (syntax error: invalid floating point constant) + 1.0E (syntax error: invalid floating point constant) + 1.E (1; consing dot; symbol E) .e (consing dot followed by symbol e) In TXR there is a special "dotdot" token consisting of two consecutive periods. -- cgit v1.2.3