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
2 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue