Opened 16 years ago

Closed 16 years ago

#231 closed enhancement (fixed)

add casts between pointer types

Reported by: Stephen Siegel Owned by: zirkel
Priority: major Milestone: Release 1.0
Component: multiple Version: 1.0
Keywords: pointer, cast Cc:

Description

Need to be able to cast between (void*) and (int*), etc, etc.
Requires changes to front end, model, value, semantics, ...

Change History (3)

comment:1 by Stephen Siegel, 16 years ago

Owner: set to Stephen Siegel
Status: newaccepted

Tim is going to handle the front-end part.
Steve will handle the other layers.

comment:2 by Stephen Siegel, 16 years ago

Owner: changed from Stephen Siegel to zirkel
Status: acceptedassigned

The internal stuff (model, value, etc.) have been implemented. It remains to add casting to the front end: the grammar and model builder.

comment:3 by Stephen Siegel, 16 years ago

Resolution: fixed
Status: assignedclosed

Casts implemented and tests added and passing.

Note: See TracTickets for help on using tickets.