Home

Awesome

WHINT

WHINT is the interpreter of esoteric language Whitespace - to learn about this language visit http://compsoc.dur.ac.uk/whitespace/tutorial.html. The following aspects of the language are not specified on that website, so I specify them here:

To change the default size of the heap (1024 elements), change HEAP_SIZE value in the source code.

Installation

Windows

Requirements:

Compile the file whint.cpp using command:

g++ whint.cpp -o whint.exe

Run whint.exe from command line.

Note: You can use other compiler if you want.

Linux

Requirements:

Compile the file whint.cpp using command:

g++ whint.cpp -o whint

Run whint from command line.

Usage

whint [name of file to run]

For example:

whint program.wh

HAVE FUN!