Comment on Underscore.phpparentComments−fooyc15yThere is many PHP parsers in a few languages:Some standalone:https://github.com/nikic/PHP-Parser http://pear.php.net/package/PHP_ParserSome part of other projects:https://github.com/facebook/hiphop-php https://github.com/facebook/pfff/tree/master/lang_php/parsin... https://github.com/manuelpichler/pdepend http://sourceforge.net/projects/phpsecaudit/ http://lwn.net/Articles/239941/ http://www.score.is.tsukuba.ac.jp/~minamide/phpsa/ http://www.program-transformation.org/PHP/PhpSat https://www.fortify.com/ssa-elements/threat-intelligence/rat... http://lara.epfl.ch/web2010/phantm http://www.phpcompiler.org/ http://www.roadsend.com/home/index.php?pageID=compilerAnd probably many others.How do I force a line break ? Where is the syntax doc ?
Comments
There is many PHP parsers in a few languages:
Some standalone:
https://github.com/nikic/PHP-Parser http://pear.php.net/package/PHP_Parser
Some part of other projects:
https://github.com/facebook/hiphop-php https://github.com/facebook/pfff/tree/master/lang_php/parsin... https://github.com/manuelpichler/pdepend http://sourceforge.net/projects/phpsecaudit/ http://lwn.net/Articles/239941/ http://www.score.is.tsukuba.ac.jp/~minamide/phpsa/ http://www.program-transformation.org/PHP/PhpSat https://www.fortify.com/ssa-elements/threat-intelligence/rat... http://lara.epfl.ch/web2010/phantm http://www.phpcompiler.org/ http://www.roadsend.com/home/index.php?pageID=compiler
And probably many others.
How do I force a line break ? Where is the syntax doc ?