php-nette-tokenizer - Nette Tokenizer
Website: | https://github.com/nette/tokenizer |
---|---|
License: | BSD or GPLv2 or GPLv3 |
Vendor: | Alcance Libre, Inc. |
- Description:
Tokenizer is a tool that uses regular expressions to split given string into tokens. What the hell is that good for, you might ask? Well, you can create your own languages! Tokenizer is used in Latte for example. To use this library, you just have to add, in your project: require_once '/usr/share/php/Nette/Tokenizer/autoload.php';
Packages
php-nette-tokenizer-2.3.0-1.fc14.al.noarch [12 KiB] |
Changelog
by Remi Collet (2017-09-09):
- Update to 2.3.0 - raise minimal PHP version to 5.4 |