Re: [PHP-DEV] Question about parser implementation details

2012-05-24 Thread Richard Lynch
On Sun, April 1, 2012 7:19 am, Florian Anderiasch wrote: > I'd appreciate any hints on how to tackle this serious concern. If this actually wasn't an April Fool's joke... Never ignore the user contributed notes after doing a search like: http://php.net/roman http://us3.php.net/manual/en/functio

Re: [PHP-DEV] Question about parser implementation details

2012-04-01 Thread Adam Jon Richardson
On Sun, Apr 1, 2012 at 5:10 PM, Pierre Joye wrote: > hi, > > On Sun, Apr 1, 2012 at 2:19 PM, Florian Anderiasch > wrote: > > > due to the widespread acceptance of binary number format (0b1010101) and > > the growing demand for backwards compatibility I've started to work on > > support for Roman

Re: [PHP-DEV] Question about parser implementation details

2012-04-01 Thread Pierre Joye
hi, On Sun, Apr 1, 2012 at 2:19 PM, Florian Anderiasch wrote: > due to the widespread acceptance of binary number format (0b1010101) and > the growing demand for backwards compatibility I've started to work on > support for Roman Numerals (I, II, III, ...) I am really really not sure we want th

Re: [PHP-DEV] Question about parser implementation details

2012-04-01 Thread Ángel González
On 01/04/12 14:19, Florian Anderiasch wrote: > I'd appreciate any hints on how to tackle this serious concern. You should launch a new thread to tackle them. You could then buy foreign slaves to schedule them on their cores. > Btw, in the spirit of x for hex and b for binary I thought about using

[PHP-DEV] Question about parser implementation details

2012-04-01 Thread Florian Anderiasch
Hey there, due to the widespread acceptance of binary number format (0b1010101) and the growing demand for backwards compatibility I've started to work on support for Roman Numerals (I, II, III, ...) As you might know, this format cannot be strictly parsed from left to right or right to left, as s