iota-machine
|
#include <cstdlib>
#include <ctime>
#include <iomanip>
#include <iostream>
#include <stdexcept>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | iota::iotaExcept |
class | iota::machine< T > |
struct | iota::machine< T >::opcodeDetails |
Namespaces | |
namespace | iota |
Interface for the Iota little language simulator
Compiles with gcc 4.7 with options: -std=c++11 -W -Wall -Wextra -pedantic -D__GXX_EXPERIMENTAL_CXX0X__=1
Definition in file iota-machine.h.