Documentation ¶ Index ¶ type OpDef Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type OpDef ¶ type OpDef struct { Name string IsBinary bool } OpDef is just a record of an op's name and arg count. It is held in execContext.defs to control writing the ops out in the right order during save. See comment in parse/save.go. TODO: Move save.go here. Source Files ¶ View all Source files opdef.go Click to show internal directories. Click to hide internal directories.