Hi All, A couple of weeks since my last post, so thought it was high time for another update. Had a fairly productive time, and now have both phase1 & phase2 of the ANTLR parsing process working (for a query of "from Animal a where a.Legs > 7", so pretty simple at this stage). However, it has involved porting a significant amount of the Java code over from the Hibernate source, which is where the time has gone. Next step is to get the actual SQL generation working, at which point I'm hoping that I can finally execute the query.
After that, it's back to the beginning to get the remainder of the code ported and to get some tests in place. Should then be in a good place to finally start on the LINQ work :) The code is up on uNhAddins, if anyone wants to take a look. Cheers, Steve
