Fork me on GitHub
#clojure-spec
<
2021-05-19
>
Joshua Suskalo02:05:50

Are there any libraries that have regex ops for lookahead?

Joshua Suskalo02:05:07

I saw seqexp, but I'd prefer if it were as a part of spec

Alex Miller (Clojure team)02:05:42

Can you give an example of where you would want that?

Joshua Suskalo02:05:24

A gross overapplication of spec to a usecase it wasn't designed for: parsing a sequence of tokens output by another process