CraftTweaker / ZenScript

MIT License
77 stars 22 forks source link

Fix member access by string. #38

Closed eutro closed 4 years ago

eutro commented 4 years ago

T_STRING is just the keyword string, T_STRINGVALUE is the token value of a string literal.

eutro commented 4 years ago

I think it would be best to leave access by "" in, since it's not an illegal member for ZenMemberGetter/Setters.