aboutsummaryrefslogtreecommitdiffstats
path: root/bytetunes.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-12-24 15:39:35 +0100
committerbnewbold <bnewbold@robocracy.org>2012-12-24 15:39:35 +0100
commit2403b07ec0a7586108798271fa04eb034445f51d (patch)
tree805f1ac5b46b484799c7c585f46b626da890dd96 /bytetunes.py
parent4818443a6a7abb9fe3976dd5846d42816e9d2328 (diff)
downloadbytetunes-2403b07ec0a7586108798271fa04eb034445f51d.tar.gz
bytetunes-2403b07ec0a7586108798271fa04eb034445f51d.zip
updates to documentation, code cleanup, comments
Diffstat (limited to 'bytetunes.py')
-rwxr-xr-xbytetunes.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/bytetunes.py b/bytetunes.py
index 597ef3a..53bfa0e 100755
--- a/bytetunes.py
+++ b/bytetunes.py
@@ -1,9 +1,15 @@
#!/usr/bin/env python
-from expr import *
+"""
+bytetunes.py
+
+small CLI wrapper around expr.py for parsing and playing bytebeat tunes.
+"""
import sys
+from expr import *
+
DEFAULT = "(t>>6)&(2*t)&(t>>1)"
def play(s):