« Return to Thread: JJT Tree with static option

JJT Tree with static option

by Harshad Chavan :: Rate this Message:

Reply to Author | View in Thread


Hi all,

I am writing a parser to convert one database's query into another one. e.g. MySQL to DB2/Oracle.

I am using JavaCC as well JJTree to achieve this.

I was wondering if there was any static option to improve the performance. Everytime I invoke the parser it will create all the nodes for the JJTree, which I would ideally like to avoid.

Also, if there are any general suggestions to improve performance in any way in this case.

Any help would be really appreciated.

Thanks,

Harshad


     

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: JJT Tree with static option