Arc Forumnew | comments | leaders | submitlogin
3 points by drcode 5838 days ago | link | parent

Take a look at my nondeterministic regular expression library to see how you can do this.

Or, read "On Lisp" to learn how to do this with continuations, as stefano already pointed out.