Subject: Re: Parsing Files
From: rpw3@rigden.engr.sgi.com (Rob Warnock)
Date: 30 Dec 2000 07:09:20 GMT
Newsgroups: comp.lang.scheme
Message-ID: <92k1n0$j8o2s$1@fido.engr.sgi.com>
Oliver Bandel <oliver@first.in-berlin.de> wrote: +--------------- | I want to implement parsers: | - a bytewise parser +--------------- Use "read-char". +--------------- | - a parser, which parses linewise. +--------------- Use "read-line", if your Scheme has it, otherwise synthesize it from "read-char". -Rob ----- Rob Warnock, 31-2-510 rpw3@sgi.com SGI Network Engineering http://reality.sgi.com/rpw3/ 1600 Amphitheatre Pkwy. Phone: 650-933-1673 Mountain View, CA 94043 PP-ASEL-IA