bdfhjk / VICER

4 stars 3 forks source link

Fix char handling? #107

Closed rudolfkral closed 9 years ago

rudolfkral commented 9 years ago
int main(void)
{
  int a;
  a = '12';
  return 0;
}

Assigns 12 to a.

chaser92 commented 9 years ago

This should not even parse...?

On Monday, June 8, 2015, Adrian Rudolf Kral notifications@github.com wrote:

int main(void) { int a; a = '12'; return 0; }

Assigns 12 to a.

— Reply to this email directly or view it on GitHub https://github.com/bdfhjk/VIPER/issues/107.

Pozdrawiam, Mariusz Kierski

rudolfkral commented 9 years ago

@nutka7