RE: ANTLR

2006-12-12 Thread Joachim Draeger
Hi Steve, Am Montag, den 11.12.2006, 19:32 + schrieb Steve Brewin: > You might want to look at the jSieve code to see how something similar to > your objectives is achieved using JavaCC rather than ANTLR. This is a > different, not necessarily better, approach. Okay, I looked at the jSieve c

RE: ANTLR

2006-12-11 Thread Steve Brewin
Joachim and Robert wrote: Hi, You might want to look at the jSieve code to see how something similar to your objectives is achieved using JavaCC rather than ANTLR. This is a different, not necessarily better, approach. It would be interesting to compare and contrast the pro's and con's of each

Re: ANTLR

2006-12-11 Thread Joachim Draeger
Hi Robert, robert burrell donkin schrieb: >> This could be done by achieving a nearly 1:1 relation between the >> entities from the ABNF and ANTLR rules. >> This allows a straight forward development and makes review for >> correctness quite effective. > +1 > > anything i can do to help? You cou