Message from discussion
EOF during Internal List-Directed Read
Date: Thu, 07 May 2009 03:48:07 -0600
From: Louis Krupp <lkrupp_nos...@pssw.com.invalid>
User-Agent: Thunderbird 2.0.0.21 (Windows/20090302)
MIME-Version: 1.0
Newsgroups: comp.lang.fortran
Subject: Re: EOF during Internal List-Directed Read
References: <423f6cad-1b50-4c3a-a3f7-1bd457141621@l28g2000vba.googlegroups.com>
In-Reply-To: <423f6cad-1b50-4c3a-a3f7-1bd457141621@l28g2000vba.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
NNTP-Posting-Host: $$6ctnjffxif7m6$.news.x-privat.org
Message-ID: <4a02ae5c$1@news.x-privat.org>
Organization: X-Privat.Org NNTP Server - http://www.x-privat.org
Lines: 12
X-Authenticated-User: $$5d7px1jlinn$gd9gkkrb5b1k
X-Complaints-To: abuse@x-privat.org
Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!x-privat.org!not-for-mail
Ragu wrote:
> I am using a parsing (lexing) module to split the input into different
> string tokens (CSV). Then I use internal read to get the real, integer
> or character value of a token.
<snip>
For what it's worth, splitting the input into tokens sounds more like
lexical analysis than parsing.
I've been known to confuse the two myself.
Louis