Commit Graph

4 Commits

Author SHA1 Message Date
Gerwin Klein a424d55e3e licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
Michael Norrish 2a24e22bca Standalone parser now handles large enum consts
Even if the value given to the constant inside the enum was "just"
2147483647, the loop that processed enumeration declarations would then
add 1 to that number, and in mlton, this would cause an Overflow
exception.  By using IntInf in this position, mlton does the right
thing, and Poly/ML's behaviour is completely unchanged.
2015-04-29 12:04:22 +10:00
Michael Norrish 5c3f79ff3b Remove some unused code (fewer compiler warnings) 2015-03-17 15:43:55 +11:00
Gerwin Klein 2a03e81df4 Import release snapshot. 2014-07-14 21:32:44 +02:00