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 , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:2 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | accepted → assigned |
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 , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Casts implemented and tests added and passing.
Note:
See TracTickets
for help on using tickets.

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