-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
It would be nice if the equals sign, or other operators could be identified as tokens, the problem would be that there might be no space character, 1+2 would be one token compared to 1 + 2, which would be 3 tokens.
If you did this, too, the argument list could not be edited on top of itself during the tokenizing process because the tokens would end up longer than the input string, destroying the input string before tokenizing completes.
Just an idea, I'm going down this path using your code as a starting point.
Please let me know what you think,
Metadata
Metadata
Assignees
Labels
No labels