Re: [webkit-dev] Problems with JavaScript bison parser

2009-02-20 Thread Javed Rabbani
ion of bison (bison --version) are you using to generate the >>> grammar? >>> >>> The incorrectly-parsed HTML works fine in Safari on Mac OS X for me. >>> >>> Dave >>> >>> >>> -- >>> *From

Re: [webkit-dev] Problems with JavaScript bison parser

2009-02-19 Thread Javed Rabbani
>> The incorrectly-parsed HTML works fine in Safari on Mac OS X for me. >> >> Dave >> >> >> -- >> *From:* Javed Rabbani >> *To:* webkit-dev@lists.webkit.org >> *Sent:* Thursday, February 19, 2009 5:41:10 AM >> *Subject:* [webkit-dev] Problems with J

Re: [webkit-dev] Problems with JavaScript bison parser

2009-02-19 Thread David Kilzer
@lists.webkit.org Sent: Thursday, February 19, 2009 5:41:10 AM Subject: [webkit-dev] Problems with JavaScript bison parser Hello everyone, I am working on a WebKit port for some platform and facing an issue with working of JavaScript bison parser in "Grammar.cpp". If I execute the following

Re: [webkit-dev] Problems with JavaScript bison parser

2009-02-19 Thread Kalle Vahlman
2009/2/19 Javed Rabbani : > Hello everyone, > > > > I am working on a WebKit port for some platform and facing an issue with > working of JavaScript bison parser in "Grammar.cpp". If I execute the > following HTML file, everything is parsed without error: There's a known bug with ARM and bison ear

[webkit-dev] Problems with JavaScript bison parser

2009-02-19 Thread Javed Rabbani
Hello everyone, I am working on a WebKit port for some platform and facing an issue with working of JavaScript bison parser in "Grammar.cpp". If I execute the following HTML file, everything is parsed without error: ** ** ** ** ** However, as soon I specify the same functionality throu