|
chigraph
master
Systems programming language written for beginners in LLVM
|
#include "chi/LangModule.hpp"#include "chi/Context.hpp"#include "chi/DataType.hpp"#include "chi/LLVMVersion.hpp"#include "chi/NodeType.hpp"#include "chi/Support/Result.hpp"#include <llvm/AsmParser/Parser.h>#include <llvm/IR/DebugInfo.h>#include <llvm/IR/IRBuilder.h>#include <llvm/IR/Module.h>#include <llvm/Support/SourceMgr.h>
Include dependency graph for LangModule.cpp:Go to the source code of this file.
Namespaces | |
| chi | |
| The namespace where chigraph lives. | |
Enumerations | |
| enum | BinOp { Add, Subtract, Multiply, Divide } |
| enum | CmpOp { Lt, Gt, Let, Get, Eq, Neq } |