Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » IMP » Own parser
Own parser [message #21404] Tue, 10 June 2008 21:19 Go to next message
Eclipse UserFriend
Originally posted by: tcelvis.gmail.com

Hi,

I already have a complete Java lexer, parser and AST for the language I am
implementing. Now I "just" need to integrate it into the IMP framework. :-)

Is it sufficient, as the User Guide states, to implement the interfaces in
the org.eclipse.imp.parser package ?

Regards
Thomas Christensen
Re: Own parser [message #21422 is a reply to message #21404] Wed, 11 June 2008 17:47 Go to previous messageGo to next message
Robert M. Fuhrer is currently offline Robert M. FuhrerFriend
Messages: 294
Registered: July 2009
Senior Member
Thomas Christensen wrote:
> Hi,
> I already have a complete Java lexer, parser and AST for the language I
> am implementing. Now I "just" need to integrate it into the IMP
> framework. :-)
>
> Is it sufficient, as the User Guide states, to implement the interfaces
> in the org.eclipse.imp.parser package ?
>
> Regards
> Thomas Christensen

Yes. Or, to be more accurate, it should be, and others have done so, but
if it doesn't work for you, you have every right to point out where we
went wrong. And in fact we'd appreciate it. :-)

--
Cheers,
-- Bob

--------------------------------
Robert M. Fuhrer
Research Staff Member
Programming Technologies Dept.
IBM T.J. Watson Research Center

IMP Project Lead (http://www.eclipse.org/imp)
X10: Productivity for High-Performance Parallel Programming (http://x10.sf.net)
Re: Own parser [message #21466 is a reply to message #21422] Fri, 13 June 2008 17:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tcelvis.gmail.com

What we have is a BYACC/J-generated lexer and a JFlex-generated parser.
Does anyone know if others have attemped to integrate these into IMP ?
Re: Own parser [message #21471 is a reply to message #21466] Fri, 13 June 2008 19:50 Go to previous message
Eclipse UserFriend
Originally posted by: regenmacher.online.de

"Thomas Christensen" <tcelvis@gmail.com> schrieb im Newsbeitrag
news:37fb44a546a35882f84838c5be88b905$1@www.eclipse.org...
> What we have is a BYACC/J-generated lexer and a JFlex-generated parser.
> Does anyone know if others have attemped to integrate these into IMP ?

Bison: see post "Importing existing YACC/Bison parser ti IMP" in this
newsgroup (date: 30.08.2007)
Re: Own parser [message #571154 is a reply to message #21404] Wed, 11 June 2008 17:47 Go to previous message
Robert M. Fuhrer is currently offline Robert M. FuhrerFriend
Messages: 294
Registered: July 2009
Senior Member
Thomas Christensen wrote:
> Hi,
> I already have a complete Java lexer, parser and AST for the language I
> am implementing. Now I "just" need to integrate it into the IMP
> framework. :-)
>
> Is it sufficient, as the User Guide states, to implement the interfaces
> in the org.eclipse.imp.parser package ?
>
> Regards
> Thomas Christensen

Yes. Or, to be more accurate, it should be, and others have done so, but
if it doesn't work for you, you have every right to point out where we
went wrong. And in fact we'd appreciate it. :-)

--
Cheers,
-- Bob

--------------------------------
Robert M. Fuhrer
Research Staff Member
Programming Technologies Dept.
IBM T.J. Watson Research Center

IMP Project Lead (http://www.eclipse.org/imp)
X10: Productivity for High-Performance Parallel Programming (http://x10.sf.net)
Re: Own parser [message #571372 is a reply to message #21422] Fri, 13 June 2008 17:56 Go to previous message
Thomas Christensen is currently offline Thomas ChristensenFriend
Messages: 11
Registered: July 2009
Junior Member
What we have is a BYACC/J-generated lexer and a JFlex-generated parser.
Does anyone know if others have attemped to integrate these into IMP ?
Re: Own parser [message #571404 is a reply to message #21466] Fri, 13 June 2008 19:50 Go to previous message
Michael Strothjohann is currently offline Michael StrothjohannFriend
Messages: 52
Registered: July 2009
Member
"Thomas Christensen" <tcelvis@gmail.com> schrieb im Newsbeitrag
news:37fb44a546a35882f84838c5be88b905$1@www.eclipse.org...
> What we have is a BYACC/J-generated lexer and a JFlex-generated parser.
> Does anyone know if others have attemped to integrate these into IMP ?

Bison: see post "Importing existing YACC/Bison parser ti IMP" in this
newsgroup (date: 30.08.2007)
Previous Topic:Own parser
Next Topic:Unhandled event loop exception
Goto Forum:
  


Current Time: Thu Mar 28 14:29:15 GMT 2024

Powered by FUDForum. Page generated in 0.03223 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top