Ticket #82 (closed defect)

Opened 15 years ago

Last modified 15 years ago

Provide format-substatement and format-map from print.ss

Reported by: untyped Owned by: dherman
Priority: critical Milestone:
Component: dherman/javascript.plt Keywords: javascript mirrors pprint
Cc: Version: (6 4)
Racket Version: 4.0

Description

Hi Dave,

More details and test code coming to you in an email:

Mirrors supports a "begin" block that works like the Scheme form of the same name, to help splice blocks of JS together into larger programs.

I defined a pretty-print formatter for BeginStatement? based on the built-in formatter for BlockStatement?. It needs the definitions of format-substatement and format-map, which are private to javascript.plt/print.ss.

Could you provide these identifiers please?

-- Dave Gurnell

Change History

Changed 15 years ago by untyped

  • summary changed from Unable to check equality of AST structures to Provide format-substatement and format-map from print.ss

Changed 15 years ago by dherman

  • priority changed from major to critical

Changed 15 years ago by dherman

  • status changed from new to closed

Done in 7:0.

Note: See TracTickets for help on using tickets.