automat
automat copied to clipboard
Support character ranges
I'd expect character ranges (e.g. the way regexes allow [A-Z]
) to work, but they're not supported:
boot.user=> (view (a/range \A \Z))
java.lang.IllegalArgumentException: Don't know how to create a range from '\A' to '\Z'