* Fix some recently implemented comparisons of token strings. Previously, the `keyword` included the following space along with the token, which broke the string comparison using the equality operator. * Rename `getEndOfToken` -> `getNextDelimiter`, to reflect the actual usage