Jump to content

Page navigation

Content

Weblog Archive

Archive for the month of April 2005.

The joys of parser generation

For some strange reasons building parsers from BNF definitions is incredible fun for me - only seconded by designing and constructing my own languages ;) So once again I was looking for parser generation tools that create Python code. And this time I found ANTLR on the list. more…

Valid downlevel-revealed conditional comment

We all know conditional comments in the form <!--[if cond]>…<![endif]–> that hide content from all browsers except IE/Win. Microsoft calls these downlevel-hidden conditional comment. The other form downlevel-revealed conditional comment is supposed to content from IE/Win, but not from other browsers. Unfortunately it does not validate. But I think I found a way to make it work… more…

You are reading the (archived) weblog of Benjamin Niemann. This weblog has been closed, no new articles will be posted here.
If you can read german, you may have a look at my new weblog.

Archive:

Small print