https://github.com/dead-beef/pietdbg
Debugger interface for npiet
https://github.com/dead-beef/pietdbg
Last synced: 8 months ago
JSON representation
Debugger interface for npiet
- Host: GitHub
- URL: https://github.com/dead-beef/pietdbg
- Owner: dead-beef
- License: mit
- Created: 2017-05-13T17:43:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T17:46:06.000Z (about 9 years ago)
- Last Synced: 2025-03-29T15:42:59.455Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PietDbg - debugger interface for `npiet`, Piet language interpreter
## Overview
Debugger interface for [`npiet`](http://www.bertnase.de/npiet/), [`Piet`](http://www.dangermouse.net/esoteric/piet.html) language interpreter.
### Requirements
- [`Python 2`](https://www.python.org/)
- [`pyGTK`](http://www.pygtk.org/)
- [`npiet`](http://www.bertnase.de/npiet/)
### Installation
```
python setup.py install
```
### Usage
TODO - add usage instructions
```
usage: pietdbg [-h] [-c ] [-o ...]
optional arguments:
-h, --help show this help message and exit
-c set configuration file (default: ~/.pietdbg)
-o ... open a file
usage: pietdbg -o [-h] [-cs ] [-uc {black,white,error}]
positional arguments:
optional arguments:
-h, --help show this help message and exit
-cs set codel size (default: guess)
-uc {black,white,error}
set unknown color handling (default: white)
```
### Build
N/A
## Licenses
* [`PietDbg`](LICENSE.md)