Tackling bit-rot

This commit is contained in:
Simon Brooke 2021-12-09 20:10:01 +00:00
parent 11090d63ef
commit 311ebafa5c
4 changed files with 3894 additions and 3 deletions

View file

@ -1,3 +1,6 @@
(ns mw-parser.declarative
(:require [mw-engine.utils :refer [member?]])
(:require [instaparse.core :as insta]))
(ns ^{:doc "A very simple parser which parses production rules."
:author "Simon Brooke"}
mw-parser.declarative