Getting the right data into the manifest; sadly, not succeeding in getting

it out again.
This commit is contained in:
Simon Brooke 2014-07-27 21:07:10 +01:00
parent 05458c3700
commit e4ec5715a7
2 changed files with 10 additions and 9 deletions

View file

@ -25,7 +25,9 @@
(ns mw-parser.core
(:use mw-engine.utils
[clojure.string :only [split trim triml]]))
[clojure.string :only [split trim triml]])
(:gen-class)
)
(declare parse-conditions)
(declare parse-not-condition)