Compiler: Improved types for negative constants. Some unary integer expressions are now evaluated by the compiler during parsing. Before: typeof(-17) ==> int Now: typeof(-17) ==> int(-17..-17)