PseudocodeEditor / editor

The codemirror 6 editor for CIE spec Pseudocode
https://editor.pseudonaja.app
21 stars 2 forks source link

Record Structure Does not Work #33

Open chris7380 opened 7 months ago

chris7380 commented 7 months ago

TYPE Person DECLARE FirstName : STRING DECLARE LastName : STRING DECLARE FavFood : STRING DECLARE Age : INTEGER ENDTYPE

DECLARE Persons : ARRAY [1:10] OF Person

This line does not work

image

I know it is not yet implemented in the code.

when it will be implemented.

if you have the code for this part, can you send it.

Thank you!!!!

Coding-Cactus commented 7 months ago

This unlikely to get implemented soon, because it requires quite a big rethink in how the code handles UDTs. At the moment it's quite hacky and won't work with arrays. All the maintainers are also very busy at the moment so can't work on this project right now.