Author :
Enji Cooper
Date :
2020-03-26 20:42:40
Hash :7f115c17 Message :Iterate over `tokens` with a for instead of while
This simplifies the logic and avoids unnecessary copying/slicing of
array elements in `tokens`.
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>