Re: [pypy-dev] Argparser in RPython

2011-07-07 Thread Samuel Ytterbrink
Please dissregard the rlib parsing idea, I was not thinking straight. Den 7 jul 2011 19.53 skrev "Samuel Ytterbrink" : > Hi very one! > > I'm doing some planing on writing a option/arg parser in RPython to add to > the rlib. How ever I'm verry new to RPython. I would appreciate all input on > how i

[pypy-dev] Argparser in RPython

2011-07-07 Thread Samuel Ytterbrink
Hi very one! I'm doing some planing on writing a option/arg parser in RPython to add to the rlib. How ever I'm verry new to RPython. I would appreciate all input on how i should approach the task a head. Does people think that there is a BIG benefit to implement a dropin replacement for either th