java - Tips and advice on how to make an eclipse source-to-source compiler plugin -
i have been searching use bit of help. not sure if plugin way go this.
anyway, here description of want do:
i have developed java project source-to-source compiler. translates java files jquery blocks java-only files. accepts file cli arguments, transpiles , outputs result new file. used antlr this.
now program working, make sort of plugin makes use of it. can create new java project, code , run program in eclipse, able create new javawithjquery project, able code, , when run eclipse, use project made transpile , run directly, instead of outputting file java-only.
is possible? appreciate tips, , advice on how started.
thanks in advance! :)
Comments
Post a Comment