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

Hibachi project: ADA AST for Eclipse

Revision as of 02:35, 16 July 2008 by Unnamed Poltroon (Talk) (New page: == 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 o...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 [1]

Back to the top