Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#93 closed enhancement (fixed)

Add allocate and deallocate in the front end

Reported by: ywei Owned by: ywei
Priority: major Milestone:
Component: front Version: 1.0
Keywords: Cc:

Description

Need to add the allocate and deallocate statement in the front end.

Change History (4)

comment:1 by ywei, 17 years ago

Status: newaccepted

comment:2 by ywei, 16 years ago

Resolution: fixed
Status: acceptedclosed

Statements added to the language and the front-end.

comment:3 by Stephen Siegel, 16 years ago

What is the syntax for the two statements?

comment:4 by ywei, 16 years ago

The syntax is:

allocate(pointer_expr, type, count);

deallocate(pointer_expr);

Note: See TracTickets for help on using tickets.