ASTcentric logo

ASTcentric Editor

The editor part of the ASTcentric Framework has platform-independent classes for visualization of ASTs. This allows to implement editors for the Swing platfarm as well as the Eclipse platform.

Currently only a plain AST editor exists. It visualizes all ASTs in standard, language-neutral form. In addition there is some support of the validation language of the ASTcentric Structure codebase. This plain AST editor is like a plain XML editor that supports editing based on an XML Schema. The User Guide gives a brief introduction into the usage of the editor.