Commit 7f115c17c0b4b7a3cdd3e07a24f933c8ab881b52

Enji Cooper 2020-03-26T20:42:40

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>