Ticket #27 (closed enhancement: fixed)
Cobra native Language support for explicitly sized arrays
Reported by: | hopscc | Owned by: | Chuck |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
Cobra needs to support natively the declaration of an array of a specific size (e.g 256 elements) mainly for easy interfacing with .NET
classes and methods that take arrays as buffers ( e.g for IO)
Currently Spec of an array size gives an error message
"Explicit array sizes are not currently supported."
have to fall back to C#.
see discussion Explicit array sizes
Attachments
Change History
Note: See
TracTickets for help on using
tickets.