From 2403b07ec0a7586108798271fa04eb034445f51d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 24 Dec 2012 15:39:35 +0100 Subject: updates to documentation, code cleanup, comments --- bytetunes.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bytetunes.py') 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): -- cgit v1.2.3