Coduo\PHPMatcher\Factory\SimpleFactory::buildParser PHP Method

buildParser() protected method

protected buildParser ( ) : Coduo\PHPMatcher\Parser
return Coduo\PHPMatcher\Parser
    protected function buildParser()
    {
        return new Parser(new Lexer(), new Parser\ExpanderInitializer());
    }