parseInteger->parseUnsignedInteger to clarify meaning
authorIsaac Dupree <id@isaac.cedarswampstudios.org>
Sat, 26 May 2007 21:22:04 +0000 (21:22 +0000)
committerIsaac Dupree <id@isaac.cedarswampstudios.org>
Sat, 26 May 2007 21:22:04 +0000 (21:22 +0000)
commit4a1aca1033549f95cbdb62cbc0aac331610c91ea
tree644e5e0872ee810f0c85c83980501c2c0a955aa5
parenta12dcc89780ddec69beec723ac444c5fab388a9a
parseInteger->parseUnsignedInteger to clarify meaning
I decided against adding parseSignedInteger since octal
and hex literals often have junk between the '-' and the
digits, but, compare to Util.readRational which does handle
signed numbers.  Also since Integers - mathematically and
in Haskell - can be negative, normally.
compiler/cmm/CmmLex.x
compiler/parser/Lexer.x
compiler/utils/StringBuffer.lhs