[question] Data-Structures without C++

Im not sure if you were talking to me but I’ll answer anyway. I have a cross reference array thats hard coded. I could manually type it all out in pretty much any language but Id like to edit the data in tabular format within a UI if possible, especially one that can display the data in a more appropriate manner.

I have 2 enums, 1st is the primary list, the 2nd is a compound list, then an array of structures containing a static array of length 2 for the two 1st list components and the associated single 2nd compound element along with its polar opposite from the compound list. Its complex sure but in terms of game design the data is small fry.