Struct rustfk::Config [] [src]

pub struct Config { /* fields omitted */ }

Methods

impl Config
[src]

[src]

Create a new config to run the interpreter via command line

[src]

Run the interpreter using stdin as input and stdout as output allocates 30000 bytes for the tape

Trait Implementations

Auto Trait Implementations

impl Send for Config

impl Sync for Config