Driver for the fabrique compiler. More...
#include "AST/ASTDump.h"#include "AST/EvalContext.h"#include "Backend/Backend.h"#include "DAG/DAG.h"#include "Parsing/Lexer.h"#include "Parsing/Parser.h"#include "Plugin/Loader.h"#include "Plugin/Registry.h"#include "Support/Arguments.h"#include "Support/Bytestream.h"#include "Support/exceptions.h"#include "Support/os.h"#include "Types/TypeContext.h"#include <cassert>#include <cstdio>#include <fstream>#include <iostream>#include <memory>Go to the source code of this file.
| Functions | |
| int | main (int argc, char *argv[]) | 
Driver for the fabrique compiler.
Definition in file driver.cc.