Ticket #407 (closed defect: fixed)

Opened 12 years ago

Last modified 12 years ago

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

Changed 12 years ago by asumu

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.