From: Esad Hajdarevic Date: 2006-10-01T21:05:10+09:00 Subject: Re: is a timepoint DSL possible, like: 10:31 instead of "10:29"? I know it is not the same, but you could use .. instead of :, that way you will get ranges, and you can use Range#min and Range#max to get hour and minute part. Esad Dirk L端sebrink wrote: > i could not think of any way to include the ':' character in a DSL, so > that i could write: > > from 10:30 to 11:30 > > instead > > from "10:30" to "11:30" > > I mean, it is not that bad, but still. > dirk > > ps.: of course i can always parse it, > >