polytracker icon indicating copy to clipboard operation
polytracker copied to clipboard

Capture Strtok information

Open carsonharmon opened this issue 4 years ago • 0 comments

Some parsers use strtok to parse input streams. They provide the input string and a delimiter, and it will split the input into chunks. This can help us determine which strings belong to what syntax rules, and provide ground truth on what some delimiters really are.

carsonharmon avatar Aug 19 '20 19:08 carsonharmon