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

@ -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]))