Added the parser, and using the cljs variant of the parser engine, but it's

still not working properly.
This commit is contained in:
simon 2016-03-04 00:57:02 +00:00
parent 2c567a65f1
commit 1d23b45dbd
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,8 @@
[secretary "1.2.3"]
[environ "1.0.2"]
[prismatic/dommy "1.1.0"]
[immoh/dommy.template "0.2.0"]]
[immoh/dommy.template "0.2.0"]
[com.lucasbradstreet/instaparse-cljs "1.4.1.0"]]
:plugins [[lein-cljsbuild "1.1.1"]
[lein-environ "1.0.1"]]

View file

@ -1,4 +1,4 @@
(ns mw-parser.declarative
(ns ^:figwheel-always mw3.parser
(:use mw-engine.utils
[clojure.string :only [split trim triml]])
(:require [instaparse.core :as insta]))