Added the parser, and using the cljs variant of the parser engine, but it's
still not working properly.
This commit is contained in:
parent
2c567a65f1
commit
1d23b45dbd
|
@ -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"]]
|
||||
|
|
|
@ -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]))
|
||||
|
|
Loading…
Reference in a new issue