![]() |
chigraph
master
Systems programming language written for beginners in LLVM
|
#include "chi/Fwd.hpp"
#include <boost/filesystem/path.hpp>
#include <boost/utility/string_view.hpp>
Go to the source code of this file.
Namespaces | |
chi | |
The namespace where chigraph lives. | |
Functions | |
Result | chi::compileCToLLVM (const boost::filesystem::path &ctollvmPath, llvm::LLVMContext &llvmContext, std::vector< std::string > arguments, boost::string_view inputCCode, std::unique_ptr< llvm::Module > *toFill) |
Use chi-ctollvm to compile C source code to a llvm module It also uses stdCIncludePaths to find basic include paths. More... | |