From 01b2852b653a81c4d5e197a0c52659c7e0dcaf5f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 18 Feb 2015 14:48:19 -0800 Subject: 782 - promote literate version to canonical C++ version --- cpp/boot.cc | 66 ------------------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 cpp/boot.cc (limited to 'cpp/boot.cc') diff --git a/cpp/boot.cc b/cpp/boot.cc deleted file mode 100644 index 64a0c58e..00000000 --- a/cpp/boot.cc +++ /dev/null @@ -1,66 +0,0 @@ -// C++ style: -// no pointers except cell* -// use long as the default integer type; it's always large enough to hold pointers - -#define unused __attribute__((unused)) - -#include -#include -#include -#include -#include -#include -#include -using std::vector; -#include -using std::list; -#include -using std::stack; -#include -using std::pair; - -#include -using std::tr1::unordered_map; -#include -using std::tr1::unordered_set; -#include - -#include -using std::string; -const size_t NOT_FOUND = string::npos; - -#include -using std::istream; -using std::ostream; -using std::iostream; -using std::cin; -using std::cout; -using std::cerr; - -#include -using std::stringstream; -using std::istringstream; -using std::ostringstream; - -#include -using std::ifstream; -using std::ofstream; - - - -// interpreter decls -namespace mu { - -#include "type_list" - -#include "function_list" - -// interpreter impl - -#include "file_list" - -// interpreter tests - -#include "test_file_list" - -} // namespace mu -- cgit 1.4.1-2-gfad0