@typhlosion brute force: loop over all strings, print out only those that match the regex
@typhlosion actually you _might_ be able to generate a context free grammar based on a regular expression, then use that
@blackle yeah that could be one way to do it
i'll think about it, this might be fun to experiment with - with what i'm good at it'd be fairly straightforward in an imperative language but i'd like to figure out how to do it in haskell
@blackle i mean you're right but this is against the spirit in which the question was asked