Windows GUI application example. Parses a single Cmajor source file and displays the abstract syntax tree of it in a tree view. Also displays the source code of it in a source code view.
ASTViewer/Main.cm |
ASTViewer/SyntaxNodeAttributeExtractor.cm |
ASTViewer/SyntaxTreeBuilder.cm |
class | MainWindow |
class | SyntaxNodeAttributeExtractor |
class | SyntaxTreeBuilder |
int | main() |