TOKEN_UNTAINT
case TOKEN_UNTAINT:
token_type(token) = TOKEN_UNTAINT;
while (token_type(token) != TOKEN_UNTAINT) {
if (token_type(token) != TOKEN_UNTAINT)
} while (token_type(token) == TOKEN_UNTAINT);
case TOKEN_UNTAINT: