For better understanding of the PHP implementation of YACC based on interitty/pacc.
Parser generator (currently generates recursive descent parser and canonical LR(1) parser) for PHP.
Use regular expressions to split given string into tokens.