Periapsises / mos

Mos 6502 Processor Emulator addon for Garry's Mod
https://mos-docs.pages.dev
GNU General Public License v3.0
1 stars 0 forks source link

Conflicting metatable indices #14

Closed Periapsises closed 2 years ago

Periapsises commented 2 years ago

Metatables like the NodeVisitor, Token and soon the Tree use specific indices internally to function such as:

This creates conflicts whenever we try to store something under a key of the same name on a table that inherits those properties. For that reason, internal values used only by the metatables and their metamethods should be prepended with an underscore (_).