Re: Newbie: input file with commas like this: (, ,)
- From: Kaz Kylheku <kkylheku@xxxxxxxxx>
- Date: Tue, 27 Jan 2009 00:27:17 +0000 (UTC)
On 2009-01-27, a314658 <314658@xxxxxxxxx> wrote:
Discarding data is a very subtle business ;-) I'd be content with
translating (, ,) as (\, \,) and (. .) as (\. \.).
I.e. commas and periods are token constituent characters. Easily arranged in
the readtable.
Any tricky cases? Could the data contain instances of the dot which are in fact
consing dot notation and must be treated as such?
Is the lack of whitespace, in your examples, between the left or right
parenthesis, and the following or leading dot, significant? Does ( . . ) mean
something different from (. .) ?
Also, what is the lexical analysis to make of this?
(. .)
\ /
/ \
( v )
Hmm ....
.
- References:
- Re: Newbie: input file with commas like this: (, ,)
- From: D Herring
- Re: Newbie: input file with commas like this: (, ,)
- From: Kaz Kylheku
- Re: Newbie: input file with commas like this: (, ,)
- Prev by Date: Re: Lisp Image Portability
- Next by Date: Re: To board of Major Baseball league
- Previous by thread: Re: Newbie: input file with commas like this: (, ,)
- Next by thread: Re: Newbie: input file with commas like this: (, ,)
- Index(es):
Relevant Pages
|
Loading