Question regarding generated code : parsing structure

Asked by Mike

Hi Jim

Will you be considering rejigging the structure of how the parsing code is generated for 3.0? We're hitting the limits at the moment as far as java bytecode sizes for methods... so I'm wondering if 3.0 is a good time to rejig it so its easy to add more parsing later... we are seeing some parsing stuff in the way we use stado atm, but are able to workaround for now.

BTW really enjoyed that youtube presentation, its a great tool to show the guys here very quickly what stado is and what its capable of, thanks :)

Mike

Question information

Language:
English Edit question
Status:
Solved
For:
Stado Edit question
Assignee:
No assignee Edit question
Solved by:
Mike
Solved:
Last query:
Last reply:
Revision history for this message
Jim Mlodgenski (jim-cirrusql) said :
#1

In the trunk of 3.0, I've already updated JTB and JavaCC. The newer versions generate much more efficient code and splits up the resulting generated code instead of putting everything into one giant class. This should give us the room to add more syntax to the parser in the future.

Revision history for this message
Mike (s-launchpadmike) said :
#2

Excellent, thanks Jim.