An open API service indexing awesome lists of open source software.

https://github.com/nikic/tokenstream

Framework around PHP's Tokenizer to allow easier working with it
https://github.com/nikic/tokenstream

Last synced: 6 months ago
JSON representation

Framework around PHP's Tokenizer to allow easier working with it

Awesome Lists containing this project

README

          

Purpose of this project:
Create multipurpose Token_Stream and Token class, so they may be used
with only slight modifications for any project dealing with the Tokenizer.

To be more concrete: I am annoyed of always modifying the Prephp_Token_Stream
class to fit a particular purpose