Opened 15 years ago

Closed 15 years ago

#296 closed enhancement (fixed)

add AST type: Vector

Reported by: Stephen Siegel Owned by: stachnik
Priority: major Milestone: 1.1
Component: ast Version: 1.1
Keywords: vector ast Cc:

Description

Add to AST module a parametrized type Vector<T>, where T is any type. It is similar to Array<T>, but, unlike array, there is no extent.

This is not necessarily a type that can occur in source code, but that doesn't matter. The AST needs to be able to represent more constructs than just those that occur in source code.

Change History (3)

comment:1 by stachnik, 15 years ago

Status: newaccepted

comment:2 by Stephen Siegel, 15 years ago

Hasn't this been completed, Alex?

comment:3 by stachnik, 15 years ago

Resolution: fixed
Status: acceptedclosed

Added VectorTypeNodeIF

Note: See TracTickets for help on using tickets.