Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 540 Bytes

Whitespace Interpreter

Whitespace Interpreter written in Rust.

This is incomplete, so help me!

Usage

rustc whitespace_interpreter.rs -o wi
./wi [YOUR_WHITESPACE_PROGRAM]

When you debug this program, it is easy to comment-out println!(" For debug:... like this.

2018-11-23 21 23 36