class Brainfuck(T)
- Brainfuck(T)
- Reference
- Object
Defined in:
brainfuck.crConstant Summary
-
CELL_SIZES =
{UInt8, UInt16, UInt32, UInt64, UInt128}
-
CELL_SIZES = {Int8, Int16, Int32, Int64, Int128, UInt8, UInt16, UInt32, UInt64, UInt128}
-
VERSION =
"0.1.0"
Constructors
Instance Method Summary
- #input : IO
- #input=(input : IO)
- #output : IO
- #output=(output : IO)
- #run(instructions : IO) : Nil
- #run(path : Path) : Nil
- #run(instructions : String) : Nil