Whitespace interpreter

November 11, 2021 ยท View on GitHub

This is a toy whitespace interpreter.

It should be compliant with the full v0.3 version of the specification.

How to build

./build.sh release wspace

How to run

./wspace examples/fibonacci.ws

References

  • Wikipedia :: https://en.wikipedia.org/wiki/Whitespace_(programming_language)
  • Original site :: https://web.archive.org/web/20130908230313/http://compsoc.dur.ac.uk/whitespace/index.php

Contents

  1. 1How to build
  2. 2How to run