This is a Python interpreter for the PixieDust esoteric language.
It requires Python 3.6 or newer, run with
$ python3 pixiedust.py program.dustThe standard unittest framework is used for testing. Run the tests with:
$ python3 test_pixiedust.pyand there are sloooowww memory tests that try to push the boundaries of the memory model:
$ python3 test_memory_perf.pyThis software may be modified and distributed under the terms of the MIT license. See the LICENSE.txt file for details.