Edoardo Prezioso eb5a61edfe Tokenizer: some changes to the code:
be sure '?:' ternary operation has whitespaces around the operators;
remove useless loop to get the 6 next tokens, use tokAt(6);
add '?1:0' to bool values when doing a sum with them.
remove useless 'enum' pattern checking in code executed after simplifyEnum;
after being sure the 'tok' is a standard type, begin the loop with the token next to it;
it's possible to remove two tokens before the current one without moving this.
2012-09-20 01:07:50 +02:00
..
2012-06-08 09:05:02 -07:00
2012-06-16 06:34:18 +02:00
2012-09-15 16:00:46 +02:00
2012-06-11 22:16:12 +03:00
2012-09-13 16:43:07 +02:00
2012-08-27 06:33:56 +02:00