<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The reason is probably more because Wirthian languages traditionally use<br>
<blockquote cite="mid:4AD842AA.9050708@freepascal.org" type="cite">
  <blockquote type="cite">
    <pre wrap="">recursive descent parsers.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
gcc as well for several years simply because a recursive descent parser
is faster than one generated automatically from a BNF grammar.
  </pre>
</blockquote>
That is true, but the expression power is not as good as a BNF grammar.
<br>
<br>
There are some language constructs that is simply not posible with a
LL(1) parser, when comparing to the LALR(1).<br>
<br>
I don't have the details with me right now, but have a decent book on
compiler construction at home.<br>
<br>
Kind regards,<br>
- Torsten Bonde Christiansen.<br>
</body>
</html>