From: Caleb Clausen Date: 2010-07-12T05:38:14+09:00 Subject: Re: what about allowing to specify, which end belongs to which start? On 7/11/10, Jan Lelis wrote: > Caleb wrote: >> I could write a RubyLexer-based preprocessor which does this pretty >> easily. However, I'm not terribly motivated. This doesn't seem like >> that useful a feature to me and I've got so much else to work on.... > > Cool :). I also want to try to implement it in some way, but at the > earliest in about a month (also have too many things to do). If you want help figuring out how to do this, I'll be glad to give you advice, tho you'll have to write it. Doing something like this the right way is going to be quite difficult unless you know where to start, and even after that will be fairly tricky. Unless you're an expert on parsing ruby, you need the assistance of someone (like me) who is. Of course, you could also do this the fragile/wrong way, using a lot of regular expressions or something, in which case you'll probably be able to manage it on your own.