ztellman/automat

Support character ranges

Opened this issue · 0 comments

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'