php.js
php.js copied to clipboard
Improve lexer - it should be statefull and generated from flex rules
I'm modifying zend_language_scanner.l for javascript. Then, we can use jison to generate lexer from this file. Current lexer is buggy.