iota-machine
iota-machine.h File Reference
#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

Detailed Description

Interface for the Iota little language simulator

Author:
David R. Miller, dave@millermattson.com
Version:
1.0
Date:
October, 2012

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations