mal-lang / mal-simulator

Apache License 2.0
2 stars 1 forks source link

Respect protected variables in MalSimulator #78

Open mrkickling opened 1 week ago

mrkickling commented 1 week ago

Set variables/methods only used in MalSimulator as protected (using _). Create public getters in those cases where a protected variable is used to get information (i.e. _id_to_index), or make it public.