Brainfuck constructor

Brainfuck(
  1. String source
)

Creates a new instance.

Implementation

Brainfuck(this.source);