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.
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
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.