Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 444 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 444 Bytes

PyThue

PyThue is a Thue interpreter written in python. For more information on the Thue language, visit the esolang wiki.

License

Licensed under the WTFPL. See LICENSE for details.

Usage

>thue.py <filename>

Samples

helloworld.thue

Demonstrates the output stream (~)

echo.thue

Demonstrates the input stream (:::)

binaryinc.thue

Increments the binary number wrapped in _'s