Browse Source

working on configs

master
wes 12 years ago
parent
commit
7ddf6531e9
  1. 6
      config_parser.rkt
  2. 4
      lazyplay.sexp

6
config_parser.rkt

@ -0,0 +1,6 @@
#! /usr/bin/env racket
#lang racket
(define ip (open-input-file "lazyplay.sexp"))
(read-syntax "~/lisp/lazyplay/lazyplay.sexp" ip)
(close-input-port ip)

4
lazyplay.sexp

@ -0,0 +1,4 @@
(
(player mplayer)
(filetype avi)
)