[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reader hacks



    Received: from MC.LCS.MIT.EDU by OZ.AI.MIT.EDU via Chaosnet; 2 Jan 86 13:46-EST
    Received: from SU-AI.ARPA by MC.LCS.MIT.EDU  2 Jan 86 13:48:16 EST
    Received: from MIT-MC.ARPA by SU-AI.ARPA with TCP; 2 Jan 86  10:21:48 PST
    Date: Thu,  2 Jan 86 13:24:29 EST
    From: "Glenn S. Burke" <GSB@MC.LCS.MIT.EDU>
    Subject: Re: Reader hacks
    To: NGALL@BBNG.ARPA
    cc: common-lisp@SU-AI.ARPA, gls@AQUINAS.THINK.COM
    Message-ID: <[MC.LCS.MIT.EDU].770795.860102.GSB>

	Date: 29 Dec 1985 18:21-EST
	From: NGALL@BBNG.ARPA

	I think there should be a function

	SYNTAX-TYPE char  => {ILLEGAL | WHITESPACE | CONSTITUENT |
			      SINGLE-ESCAPE | MULTIPLE-ESCAPE | MACRO}

    Yes.  Please.  Don't forget terminating vs. non-terminating macro, and
    keywords in the keyword package...

I hope you meant here that syntax types should be specified by symbols
in the keyword package, ie :illegal, :whitespace, etc.