Goose  Artifact [8a7deaafdf]

Artifact 8a7deaafdf5069991f6bca560d5242db33b1ccae8f5ca7f94106a0848d6e663c:

  • File bs/codegen/codegen.h — part of check-in [c3a5885c4f] at 2019-07-09 21:14:58 on branch trunk — Began the implementation of the code generator. (user: achavasse size: 274)

#ifndef EMPATHY_CODEGEN_H
#define EMPATHY_CODEGEN_H

#include "llvm/IR/Module.h"

#include "llr/llr.h"
#include "builtins/builtins.h"

namespace empathy::codegen
{
    using namespace ir;
    using namespace llr;
    using namespace builtins;
}

#include "module.h"

#endif