Lifted, FYI -- the google codebase javaproject has some interesting challenges to be used with scala/lift project.
1. binary not compiled with same version of the java compiler 2. sources not utf-8 Nothing insurmountable, but colluding to make the usage experience less than optimal. One interesting result of the non-utf-8ness: after a certain number of warnings from the scala built-in java compiler the mvn build process just craps out with no error reportage. It just falls over. Best wishes, --greg On Thu, Feb 26, 2009 at 2:25 PM, Meredith Gregory <[email protected]>wrote: > Derek, et al, > Thanks for all the quick responses. i found that both versions of the ANTLR > 1.6 grammar blow up (egregiously) in their own ANTLRWORKS tool. The 1.5 > grammar from Terry Parr seems to work. > > The google codebase javaparser (that i think Ricky Clarkson was pointing > to) seems a good bet. That's my poison of choice for now. > > Best wishes, > > --greg > > > On Thu, Feb 26, 2009 at 2:12 PM, Derek Chen-Becker > <[email protected]>wrote: > >> I've only ever used ANTLR (http://www.antlr.org/) to do parsers. There's >> an experimental Java 6 grammar that you could use here: >> >> http://openjdk.java.net/projects/compiler-grammar/antlrworks/Java.g >> >> Derek >> >> >> On Thu, Feb 26, 2009 at 3:22 PM, Meredith Gregory < >> [email protected]> wrote: >> >>> Scalads, lasses and Lifted, >>> i find myself in the situation where i need to parse a bunch of java >>> source. Unfortunately my google-fu is not up to snuff to ferret out good >>> open source java parsers. i'm wondering what the state of the scala java >>> parsing is? i assume it's available 2.7.3. Is it documented? Does anyone >>> who's used it in anger have any tips or resources they'd like to share? >>> >>> Best wishes, >>> >>> --greg >>> >>> -- >>> L.G. Meredith >>> Managing Partner >>> Biosimilarity LLC >>> 806 55th St NE >>> Seattle, WA 98105 >>> >>> +1 206.650.3740 >>> >>> http://biosimilarity.blogspot.com >>> >>> >>> >> >> >> >> > > > -- > L.G. Meredith > Managing Partner > Biosimilarity LLC > 806 55th St NE > Seattle, WA 98105 > > +1 206.650.3740 > > http://biosimilarity.blogspot.com > -- L.G. Meredith Managing Partner Biosimilarity LLC 806 55th St NE Seattle, WA 98105 +1 206.650.3740 http://biosimilarity.blogspot.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
