1 / 9

Towards Common Language Toolkit

Towards Common Language Toolkit. Institute for System Programming of RAS, www.ispras.ru UniTESK Lab, www.unitesk.com Sergey Gomanyuk, sergg@ispras.ru. Goal. Eclipse IDE development under condition of effort minimization. Toolkit wanted !. Reuse of existing architecture

avak
Télécharger la présentation

Towards Common Language Toolkit

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Towards Common Language Toolkit Institute for System Programming of RAS, www.ispras.ru UniTESK Lab, www.unitesk.com Sergey Gomanyuk, sergg@ispras.ru

  2. Goal Eclipse IDE development under condition of effort minimization

  3. Toolkit wanted ! Reuse of existing architecture Fast prototype development Still huge amount of work Effort of support and development is big enough JDT Architecture Cloning Java Development Tools (JDT) Clone C/C++ Development Tools (CDT)

  4. Toolkit architecture decomposition Toolkit Front-end Code model: access, scalability, search IDE Features

  5. Dynamic Language Toolkit (DLTK) • Built-in code model with fixed structure • Reuse of existing front-end capability • Programming language structure can be incompatible with built-in model structure • Built-in code model interaction support • IDE Features implementation based on built-in code model Toolkit Front-end Code model: access, scalability, search IDE Features

  6. IMP (also known asSAFARI) • LPG parser generator • No restrictions on programming language structure • Existing front-end functionality duplication • Lack of code model scalability and search support • Language neutral IDE features implementation • LPG interfacesdependency (is going to be removed) Toolkit Front-end Code model: access, scalability, search IDE Features

  7. Problems to solve • DLTK – code model with fixed structure • IMP – lack of code model interaction support and present-time dependency on the specific parser generator

  8. Technique Proposed • XML DOM projection of front-end code model • No restrictions on code model structure • Reuse of existing front-end written in Java or other programming language • XML DOM is persisted in XML DB • Scalability • XQuery search • XML DOMandpredefined attributes - input for language neutral implementation of IDE features Toolkit Front-end Code model: access, scalability, search IDE Features

  9. Thank you for your attention!

More Related