Ticket #407 (closed defect: fixed)
Racket identifiers not recognized
| Reported by: | dvanhorn@… | Owned by: | asumu |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | asumu/sweet.plt | Keywords: | |
| Cc: | Version: | (1 3) | |
| Racket Version: |
Description
It looks like identifiers starting with digits are read incorrectly.
Compare
#lang planet asumu/sweet racket
'2htdp/image
which reads as (quote #f), to
#lang racket
'2htdp/image
which reads as (quote 2htdp/image).
Change History
Note: See
TracTickets for help on using
tickets.
