summaryrefslogtreecommitdiffstats
path: root/examples/lisp-esque
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-08 16:43:37 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-08 16:43:37 +0100
commitb58cf5a216db0ea747f808b3e299b99b1cc1044f (patch)
treea213f804b92c2888a79764d7fff59a5d927a6ed9 /examples/lisp-esque
parentstart on lisp-esque, reads and parses into tree (diff)
downloadblueshift-b58cf5a216db0ea747f808b3e299b99b1cc1044f.tar.gz
blueshift-b58cf5a216db0ea747f808b3e299b99b1cc1044f.tar.bz2
blueshift-b58cf5a216db0ea747f808b3e299b99b1cc1044f.tar.xz
m + specifications for lisp-esque
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/lisp-esque')
-rw-r--r--examples/lisp-esque1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/lisp-esque b/examples/lisp-esque
index fde2d0c..14042aa 100644
--- a/examples/lisp-esque
+++ b/examples/lisp-esque
@@ -12,6 +12,7 @@
# Get the name of .conf file
conf = '%s.conf' % (config_file[:-2] if config_file.endswith('rc') else config_file)
+# TODO it should be possible to change file
# Read .conf file