Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Hibachi project: ADA AST for Eclipse"

(Abstract)
(Abstract)
Line 12: Line 12:
  
 
Official project site is at [http://www.eclipse.org/hibachi/ Hibachi]
 
Official project site is at [http://www.eclipse.org/hibachi/ Hibachi]
 +
 +
== Participants ==
 +
 +
* Student: Bartosz Lipinski
 +
* Mentor: Adam Haselhuhn

Revision as of 02:39, 16 July 2008

Abstract

Purpose of this project is to create AST for ADA just like in JDT (Java Development Toolkit).

An Abstract Syntax Tree (AST) is the base framework for many powerful tools of a language IDE. For Hibachi, the Ada Development Toolkit project (like JDT or CDT), the presence of an AST would allow many more powerful IDE features, and improve those already in place (like refactoring, code folding, reformatting).

Hibachi Information:

The goal of the Hibachi project is to create an Ada Integrated Development Environment (IDE) and tooling framework for the Eclipse platform.

More information about hibachi can be found:

Official project site is at Hibachi

Participants

  • Student: Bartosz Lipinski
  • Mentor: Adam Haselhuhn

Back to the top