Zander
Zander copied to clipboard
Regular expression types
Write about how this lib relates to generalized regex.
https://github.com/cgrand/seqexp and https://www.metosin.fi/blog/malli-regex-schemas/
https://en.wikipedia.org/wiki/Brzozowski_derivative
Seems like another take on this is to have a combinator library that is generic enough to be able to express matches over lists and other data structures. This approach can be found in https://groups.csail.mit.edu/mac/users/gjs/6946/refman.txt https://github.com/sicmutils/sicmutils
As mentioned in https://github.com/pangloss/pattern