switch to suffix forms of mach literals

b1935d9
Opened by Graydon Hoare at 2010-07-28 02:21:58

u32(1234) should be 1234u32, and handled in the lexer The former is chatty and confuses the issue with runtime calls / casts (the latter of which should be shifted to 'as' casts anyway).

  1. Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closed by 80307576245aabf00285db020bbfbc4c3a891766.

    Graydon Hoare at 2010-07-28 02:21:58