Nested structures
Closed this issue · 3 comments
Zeatynis commented
transpiler/packages/transpiler/src/traversal.ts
Lines 528 to 534 in 8b28a0a
nested structures are not supported :(
CONSTANTS: BEGIN OF scenarios,
BEGIN OF negative,
name1 TYPE int1 VALUE '1',
name2 TYPE int1 VALUE '2',
END OF negative,
BEGIN OF positive,
name1 TYPE int1 VALUE '255',
name2 TYPE int1 VALUE '254',
END OF positive,
END OF scenarios.
larshp commented
closing
Zeatynis commented
I was offline for two weeks. Thanks for the fix 😃