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.
Note:
See TracTickets
for help on using tickets.

Hasn't this been completed, Alex?