Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(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...)
 
(Abstract)
Line 11: Line 11:
 
More information about hibachi can be found:
 
More information about hibachi can be found:
  
Official project site is at [http://www.eclipse.org/hibachi/]
+
Official project site is at [http://www.eclipse.org/hibachi/ Hibachi]

Revision as of 02:37, 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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.