phpowermove / php-code-formatter

A code formatting library for php
MIT License
29 stars 12 forks source link

Create tokenizer package #18

Closed gossi closed 9 years ago

gossi commented 9 years ago

The tokenizer package can be externalized for better usage. There are also other packages available with two different approaches:

  1. https://github.com/nette/tokenizer
  2. https://github.com/sebastianbergmann/php-token-stream/

Basically both can be put together to get the best of two worlds.