sammine-lang
|
Defined CgVisitor, which lowers ASTs to LLVM IR. More...
#include "TypeConverter.h"
#include "ast/AstBase.h"
#include "ast/AstDecl.h"
#include "codegen/Garbage.h"
#include "codegen/LLVMRes.h"
#include <llvm/IR/Function.h>
#include <llvm/IR/Type.h>
#include <llvm/IR/Value.h>
Go to the source code of this file.
Classes | |
class | sammine_lang::AST::CgVisitor |
Defined CgVisitor, which lowers ASTs to LLVM IR.