Skip to content

Add support for arrays of constants #114

@eyck

Description

@eyck

CoreDSL shall support arrays of constants ether as:
const unsigned int arr[] = {3,4,5};
which inferes the size or
const unsigned int arr[3] = {3,4,5};
where size has to be specified explicitly.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions