Now the `tokenize` has two steps: - Parse string and output `PartialToken`s. - Parse `PartialToken`s and output `Token`s. But I can let it have only one step. Now we can do `a +/* ignore me please */= 1`, but I do not think it is a good idea.
Now the
tokenizehas two steps:PartialTokens.PartialTokens and outputTokens.But I can let it have only one step. Now we can do
a +/* ignore me please */= 1, but I do not think it is a good idea.