Re: [grammar] pure java syntax analyzer (this is not a compiler of compiler)

2009-11-17 Thread Emmanuel Lécharny
Gaël Lalire wrote: Hello, Hi ! Today if you want to do syntax analysis, you have to use a compiler of compiler (bison, yacc, javaCC ...) which generates source code. After generation, you need to compile your generated source code and then you can parse some input. I dislike this method b

Re: [grammar] pure java syntax analyzer (this is not a compiler of compiler)

2009-11-15 Thread Gurkan Erdogdu
Hi: I think that writing some incubator proposal document related with your project is a good idea to start discussions. You could look at sample proposals here . http://wiki.apache.org/incubator/ Thanks; --Gurkan 2009/11/15 Gaël Lalire > Hello, > > Today if you want to do syntax analysis, y