I've seen a couple of Python Javascript tokenizers and a cryptic document on Mozilla.org about a Javascript Lexer but can't find any Javascript tokenizers for PHP specifically. Are there any?
Thanks
|
I've seen a couple of Python Javascript tokenizers and a cryptic document on Mozilla.org about a Javascript Lexer but can't find any Javascript tokenizers for PHP specifically. Are there any? Thanks |
|||
|
|
|
I have no experience with either, so I can't tell you anything about what they do and in what detail they tokenize code into, but I can see two:
|
|||
|
|
|
Check out Javascript for PHP5 |
|||
|
|
|
JSMin+ a javascript minify implementation in PHP which includes a JSTokenizer. It used Narcissus from Mozilla as a starting point. |
|||
|
|