<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 09/12/2013 12:09 AM, Manfred Nowak
wrote:<br>
</div>
<blockquote
cite="mid:XnsA2391AB5A32Fsvv1999hotmailcom@65.204.18.192"
type="cite">
<pre wrap="">Walter Bright wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Since the very beginning.
One example is determining if something is a declaration or an
expression.
</pre>
</blockquote>
<pre wrap="">
I see now, that you wrote about parsing---not about lexing.
Btw. I wrote an LALR(1)-parser for an early version of D. This means a
lookahead of one was sufficient---or I made terrible mistakes.
-manfred
</pre>
</blockquote>
I had problems with it, especially with<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<br>
<i>IdentifierList:<br>
Identifier . IdentifierList<br>
TemplateInstance. IdentifierList<br>
<br>
And Bison also complaint. <br>
</i>
</body>
</html>