aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2018-11-15 16:39:11 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2018-11-15 16:39:14 +0100
commit81d2298e4d046e9325b11ba87121f1b764c83801 (patch)
treeb813d0e9a125dab19f84ca3e38abea6049cb37b7
parentAdd monad submodule. (diff)
downloadtexttv-81d2298e4d046e9325b11ba87121f1b764c83801.tar.gz
texttv-81d2298e4d046e9325b11ba87121f1b764c83801.tar.xz
Remove parse.scm.
-rw-r--r--parse.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/parse.scm b/parse.scm
deleted file mode 100644
index fa4a5b9..0000000
--- a/parse.scm
+++ /dev/null
@@ -1,3 +0,0 @@
-(use-modules (ice-9 rdelim))
-
-(read-delimited '(#\< #\> #\" #\space))