Home

Awesome

Whitespace Interpreter

By Brandon Stein

Usage

The whitespace executable will print the program flow from the given file in plain English. If a value below 128 is pushed onto the stack, the character representation of that value will also be printed in the output. There is also support for non-whitespace characters in programs, which will be ignored by the lexer and treated as comments.

Development Notes and Important Documents