• Show log

    Commit

  • Hash : 7f115c17
    Author : Enji Cooper
    Date : 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>