Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object struct { Program []code.Instr // The program bytecode. Strings []string // Static strings. Regexps []*regexp.Regexp // Static regular expressions. Metrics []*metrics.Metric // Metrics accessible to this program. }
Object is the data and bytecode resulting from compiled program source.
Click to show internal directories.
Click to hide internal directories.