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
- Host: GitHub
- URL: https://github.com/nikic/tokenstream
- Owner: nikic
- Created: 2010-08-06T10:40:53.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-09-18T16:58:29.000Z (over 15 years ago)
- Last Synced: 2025-03-25T07:51:15.426Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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