view interps/dimensifuck/test.py @ 1038:0cead6604df7

<oerjan> addquote <shachaf> Do physicists have half-life crises?
author HackBot
date Wed, 12 Dec 2012 08:08:35 +0000
parents 859f9b4339e6
children
line wrap: on
line source

#!/usr/bin/env python
from dimensifuck import *

a = Dimensifuck()
a.loadMatrix("0^+=^\n"
             "1_  _\n"
             "2v=.v\n")

a.run()

a.loadFile("Madness.dim")

a.run(verbose = True)