Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

netbeans-php-parser-cutter

This projects builds an ant task used by the NetBeans IDE when refreshing the generated parser for the PHP editor module.

The core problem this module solves is, that the grammar yields a java file and also a classfile that can't be used by the JVM/compiled by javac. In its unprocessed form the parser exceeds 100_000 lines. This code breaks it down into smaller parts that can be compiled and loaded individually.

This code is from the original Mercurial NetBeans repository.

About

Ant task for the NetBeans php.editor. Used to split the generated code from the javacup grammar into compilable chunks.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages