This is the mail archive of the kawa@sources.redhat.com 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]

reader glitch


there's a problem with the new kawa reader (in 1.6.91, latest cvs rev)
where tokens beginning with "." are read incorrectly -- the . is
dropped and the following character is doubled. 

on the other hand, numbers read at top level that are not part of an
expression are scanned correctly.


    #|kawa:7|# (quote .foo)
    ffoo
    #|kawa:8|# (quote .1)
    11
    #|kawa:9|# .1
    0.1



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