Preparing to release to github. Added comments about the status of the
core and insta parsers.
This commit is contained in:
parent
6166dc254c
commit
6c1ecd7f45
2 changed files with 13 additions and 2 deletions
|
|
@ -20,8 +20,10 @@
|
|||
;; semantics - but that is buggy behaviour, which I'll try to fix over the next few weeks, not a
|
||||
;; design fault.
|
||||
;;
|
||||
;; More significantly it does not generate useful error messages on failure. This is, I think, a much
|
||||
;; more complex issue which I don't yet know how to address.
|
||||
;; More significantly it does not generate useful error messages on failure.
|
||||
;;
|
||||
;; This is the parser that is actually used currently; but see also insta.clj,
|
||||
;; which is potentially a much better parser but does not quite work yet.
|
||||
|
||||
(ns mw-parser.core
|
||||
(:use mw-engine.utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue