Skip to content

Input not implemented #1

Description

@matthew-james-brewer

Whenever the input command is found (,), it doesn't do anything. For example: ,. does not ask for input and outputs a \0. In the source code (vm.rs:51):

Instruction::CINPUT => {
},

Input needs to be implemented to create a full brainfuck interpreter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions