Revert to using 'core' parser rather than new declarative parser, which still
has bugs.
This commit is contained in:
parent
88d707a32e
commit
a68a3c9135
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
(ns ^{:doc "parse multiple rules from a stream, possibly a file."
|
||||
:author "Simon Brooke"}
|
||||
mw-parser.bulk
|
||||
(:use mw-parser.declarative
|
||||
(:use mw-parser.core
|
||||
mw-engine.utils
|
||||
clojure.java.io
|
||||
[clojure.string :only [split trim]])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue