sammine-lang
Loading...
Searching...
No Matches
AstBase.h File Reference

Defines the AST Abstract class for printing out AST Nodes. More...

#include "ast/AstDecl.h"
#include "lex/Lexer.h"
#include "lex/Token.h"
#include "typecheck/Types.h"
#include "util/LexicalContext.h"
#include "util/Utilities.h"
#include <stack>
Include dependency graph for AstBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sammine_lang::AST::ASTPrinter
 
class  sammine_lang::AST::ASTVisitor
 
class  sammine_lang::AST::LexicalStack< T >
 
class  sammine_lang::AST::ScopedASTVisitor
 
class  sammine_lang::AST::TypeCheckerVisitor
 
class  sammine_lang::AST::Visitable
 
class  sammine_lang::AST::AstBase
 

Detailed Description

Defines the AST Abstract class for printing out AST Nodes.