Fix several cases where lex_integer() or lex_number() could assert-fail.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Feb 2016 19:51:05 +0000 (11:51 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Feb 2016 19:51:05 +0000 (11:51 -0800)
The caller always needs to make sure in advance that the token is in fact
an integer or a number.


No differences found