Skip to content

[BUG] Arrays instantiated in configuration.st transpile incorrectly #230

@Specter-13

Description

@Specter-13

Describe the bug
When I define array in GLOBAL section in configuration.st file, compiler transpiles it with missing information

To Reproduce
Steps to reproduce the behavior:

  1. add for example myArrayString: ARRAY[0..10] OF STRING; in configuration.st file
  2. run ixc
  3. build the project and see errors

Expected behavior
arrays should be transpiled correctly

Screenshots
image

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingixc-compilerquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions