clojure-spec

About: http://clojure.org/about/spec Guide: http://clojure.org/guides/spec API: https://clojure.github.io/spec.alpha/clojure.spec.alpha-api.html
ikitommi 2020-09-08T06:25:24.104500Z

@borkdude if that’s of any value, there is one decent spec form parser in spec-tools. Doesn’t cover regexs, but lot of other dirty details. There is also a comprehensive regression & progression test suite. e.g. testing that the form bugs are not fixed, together with link to the JIRA issue. Feel free to c&p any parts that you find useful.

borkdude 2020-09-08T06:31:30.105500Z

Interesting, I’ll have a look