krfkeith / slate-language

Automatically exported from code.google.com/p/slate-language
MIT License
1 stars 0 forks source link

stream #upTo is difficult to override #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

18:24 < timmyd> s@(PositionableStream traits) upTo: matcher@(Regex Matcher 
traits)
18:24 < timmyd> i was hoping i could do that but the precedence doesn't work 
out
18:25 < BrianRice-work> why not
18:26 < timmyd> rs@(Sequence ReadStream traits) upTo: obj

currently working around with something like #upToRegex:

Original issue reported on code.google.com by google@timmy.tmbx.com on 20 Mar 2010 at 2:19

GoogleCodeExporter commented 9 years ago
Selector suggestion: #upToNextMatchOf:

Original comment by BrianTRice on 26 May 2010 at 5:38