Skip to main content



      Home
Home » Archived » IMP » Own parser
Own parser [message #21404] Tue, 10 June 2008 17: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 13:47 Go to previous messageGo to next message
Eclipse UserFriend
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 13: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 15: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 13:47 Go to previous message
Eclipse UserFriend
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 13:56 Go to previous message
Eclipse UserFriend
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 15:50 Go to previous message
Eclipse UserFriend
"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: Tue Jul 22 16:06:07 EDT 2025

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

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

Back to the top