* Tim Bunce wrote in perl.perl6.internals:
>Here's a related idea: write a tool that reads BNF grammar, such as
>http://java.sun.com/docs/books/jls/third_edition/html/syntax.html
>http://java.sun.com/docs/books/jls/third_edition/html/grammars.html
>and writes a parser in Perl 6 for that grammar.
I
* Gábor Szabó wrote:
>Reading the blog of Geoff about the OSCON session
>http://www.onlamp.com/pub/wlg/7523
>I just remembered an open issue for me.
>
>How do you test if an HTML page is in one of the w3 standards ?
>There is the w3 validator online at http://validator.w3.org/ but I cannot use
>tha
* Shlomi Fish wrote:
>It's nice, but I recall that with the same input file, it did not catch some
>problems that the W3C Validator then yelled at. (I don't recall what file it
>was, sorry).
Yes, Tidy won't report many errors, in particular such errors that are
easy to fix or different in HTML/X
* Sébastien Aperghis-Tramoni wrote:
>While rewriting Net::Pcap test suite, I quickly stumbled upon this
>problem: it looks like Test::Exception can't catch croak() or die()
>thrown from XS code. Here is an example:
http://spo.sf.net uses Test::Exception and croak() and things seem to
work for me