This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Q2 - "new" Kawa language


On 11/15/2010 12:51 AM, Helmut Eller wrote:
In the section "Indentation as blocks"
...
The text talks about f3, but there is no f3 in the code.

That should have been f2. Fixed.


Are the parenthesis tokens ( and ) reserved or user (re-)definable?

They are part of the core lexical syntax, as in Scheme. The are reserved, unless we provide a way to tweak the "read-table". Which might be a reasonable thing to do. -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]