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

Hibachi project: ADA AST for Eclipse

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

Getting the source

Hibachi SVN

Features

  • Simple way to access information about source file in objective way.
  • Unreliable way of recovering tree after adding wrong node.
  • Clean names and interfaces of classes and hide ANTLR generated code from end user.

Community Proposals

Links

Hibachi ADT Website

Back to the top