Improving the String Implementation | Implementing a Customer Domain Specific Language Parser in PHP
At the moment we've constructed a simple parser for our filter input language, and works relatively well. However, there are a few improvements we need to make regarding the string implementation. To get started, let's update the value of our...