Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjpieters/pixiedust
Python interpreter for the PixieDust esoteric language
https://github.com/mjpieters/pixiedust
Last synced: 10 days ago
JSON representation
Python interpreter for the PixieDust esoteric language
- Host: GitHub
- URL: https://github.com/mjpieters/pixiedust
- Owner: mjpieters
- License: mit
- Created: 2018-09-28T22:30:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T01:18:03.000Z (over 5 years ago)
- Last Synced: 2024-12-20T03:55:33.610Z (about 1 month ago)
- Language: Python
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PyPixieDust
This is a Python interpreter for the [PixieDust esoteric
language](https://meta.stackoverflow.com/a/374624).It requires Python 3.6 or newer, run with
```shell
$ python3 pixiedust.py program.dust
```## Tests
The standard unittest framework is used for testing. Run the tests with:
```shell
$ python3 test_pixiedust.py
```and there are sloooowww memory tests that try to push the boundaries of the
memory model:```shell
$ python3 test_memory_perf.py
```## License
This software may be modified and distributed under the terms of the MIT
license. See the LICENSE.txt file for details.