Defining Our Output | Implementing a Customer Domain Specific Language Parser in PHP
…time to decide what we want the output of our parser to be. In the previous section we decided that, from the perspective of the parser, each individual filter expression is composed of a name and a list of input values. The input may contain...