Skip to content

gaugedaway/WHINT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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:

  • Firstly, all non-blank characters are treated as comments and ignored, even if they are in the middle of the command - for example [SPACE]abcd[SPACE][TAB] means the same what [SPACE][SPACE][TAB] or [SPACE][SPACE][TAB].
  • Secondly, heap and I/O operations which take parameters from the stack DON'T discard them but leave them on the stack.

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!

About

Whitespace language interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages