Parsing String Input Values | Implementing a Customer Domain Specific Language Parser in PHP
…ludes the TOKEN_STR_DELIMITER characters at the start and end. These characters are not part of the actual input, and are the way we start and end strings with our simple language. We will need to get rid of these in the output. We will add a new...