constexpr-turing.cpp | 10 bool tape; member in struct:Action 16 // An infinite tape! 17 struct Tape { 18 constexpr Tape() : l(0), val(false), r(0) {} 19 constexpr Tape(const Tape &old, bool write) : 21 constexpr Tape(const Tape &old, Dir dir) : 26 const Tape *l; 28 const Tape *r [all...] |