Fabrique

A build language for complex systems

 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
driver.cc File Reference

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[])
 

Detailed Description

Driver for the fabrique compiler.

Definition in file driver.cc.