Module pibfi_input

Description

Input subsystem of the Platonic Ideal Brainf*ck Interpreter.

Function Index

Exported Functions
server/5
start/6Creates and spawns a new input subsystem.

Exported Functions

server/5

server(Arg1, Arg2, Arg3, Arg4, Arg5) -> term()

start/6

start(Supervisor::pid(), IoPid::pid(), Dest::pid(), Interactive::boolean(), Device, EOF) -> pid()

Creates and spawns a new input subsystem.