|
From: Stefan B. <Ste...@tr...> - 2005-01-26 15:05:25
|
Well,=20 You can use ANTLR parser generator ( http://www.antlr.org ). Is is way = better the javacc (used by the original Jython 2.1) and it does support = Python 2.3. I guess it would not be very difficult ot upgrade this to = Python 2.4. - Stefan -----Original Message----- From: jyt...@li... [mailto:jyt...@li...]On Behalf Of Fabio Zadrozny Sent: Tuesday, January 18, 2005 7:02 AM To: jyt...@li... Subject: [Jython-users] Python Grammar (HELP!!) Hi, All, I'm currently using the jython grammar in a project I'm maintaining = (PyDev - an eclipse plugin for python development). I would like to support the new decorators for python 2.4 in the IDE, = but for that I would have to change the grammar provided by jython (until = now, I just got the jython files and copied them directly). So, my first question is: Has anyone already done this or intends to do = it?=20 If not, I am going to try it... I have already tried it, but was stuck = with some doubts: - How do I generate the AST files that jython uses (the ones in org.python.parser.ast)? - I can generate the ones in org.python.parser = with the build.xml, but have been unable to generate the ast files. Thanks in advance. Regards, Fabio Zadrozny ------------------------------------------------------ Software Developer ESSS - Engineering Simulation and Scientific Software www.esss.com.br ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Jython-users mailing list Jyt...@li... https://lists.sourceforge.net/lists/listinfo/jython-users |